a {
    text-decoration: none;
}
.inner-body {
    padding-top: 3%;
    padding-left: 2%;
    padding-bottom: 3%;
}
.body {
    background-color: whitesmoke;
}
.footer {
    background-color: aliceblue;
    margin-top: -1%;
}
.footer1 {
    padding-top: 1%;
    padding-left: 1%;
    padding-bottom: 1%;
}
.profile {
    width: 20%;
    height: 80%;
    border-radius: 50%;
}

.box1 {
    width: 100%;
    height: 250px;
    background-image: url(/Image/web2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0.5;
}
.box2 {
    top: 2%;
    position: absolute;
    margin-left: 1%;
}