.container{
    height: 550px;
    width: 1000px;
    border: 2px solid black;
    background-color:white;
    margin: 3% auto;
    padding: 20px;
}
h2{
    text-align: center;
    font-weight: bolder;
}
p{
    text-align: center;
    font-weight:normal;
    font-size: large;
}
.box{
    height: 350px;
    width: 900px;
    border: 2px solid black;
    background-color:white;
    margin-left: 50px;
    margin-right: 10px;
    margin-top: 4%;
}
p{
    text-align: right;
    margin-right: 400px;
    margin-top: 25px;
}

.inner-box{
    height: 170px;
    width: 150px;
    border: 2px solid black;
    background-color:white;
    margin-left: 80px;
    margin-top: -220px;
}
.circle {
    border: 2px solid #333;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-left: 25px;
    margin-top: 25px;
    background-size: cover; 
    background-position: center;
}
.inner-box1{
    height: 20px;
    width: 330px;
    border: 2px solid black;
    background-color:white;
    margin-left: 520px;
    margin-top: -250px;
}
.inner-box2{
    height: 20px;
    width: 330px;
    border: 2px solid black;
    background-color:white;
    margin-left: 520px;
    margin-top: 35px;
}
.inner-box3{
    height: 20px;
    width: 330px;
    border: 2px solid black;
    background-color:white;
    margin-left: 520px;
    margin-top: 35px;
}
.inner-box4{
    height: 20px;
    width: 130px;
    border: 2px solid black;
    background-color:white;
    margin-left: 520px;
    margin-top: 35px;
    text-align: center;
    font-weight: bold;
}
.inner-box5{
    height: 20px;
    width: 330px;
    border: 2px solid black;
    background-color:white;
    margin-left: 520px;
    margin-top: 30px;
}
.inner-box6{
    height: 30px;
    width: 150px;
    border: 2px solid black;
    background-color:white;
    margin-left: 450px;
    margin-top: 32px;
    text-align: center;
    font-weight: bold;
    font-size: large;
}
.inner-box7{
    height: 30px;
    width: 150px;
    border: 2px solid black;
    background-color:white;
    margin-left: 650px;
    margin-top: -34px;
    text-align:center;
    font-weight: bold;
    font-size: large;
}

