*{
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    color: #FFDAB9;

}

body {
    width: 100%;
    padding: 5px;
    margin: 5px;
    background-color: #2F4F4F;
    text-align: center;
}

h1 {
    padding: 10px;
    margin-left: 3%;
    color: #74748A;
    text-align: center;
}

h2 {
    padding: 10px;
    margin-left: 3%;
    color: #74748A;
    text-align: left;
}


p{
    text-align: center;
    font-family: ledger, serif;
    font-size: 15px;
    margin: 15px;
}

.first{
    margin-left: 15%;
    margin-right: 15%;
    
}

ul{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2%;
    font-family: ledger, serif;
    font-size: 15px;
    text-align: left;
    color: #DCDCDC;
    list-style-type: circle;
    list-style-position: inside;
}

.extrawidth{
    width: 100%;
    height: 20px;
    background-color: transparent;
    text-align: center;
}

.header{
    width: 100%;
    height: 190px;
    background-size: 100%;
    background-color: transparent;
    text-align: center;
    color: #FFDAB9;
    margin: 15px;
}



.wrapper{
    width: 1000px;
    height: 55px;
    border: 1px solid transparent;
    margin: 0px auto 0 auto;
}

.wrapper .form-box{
    width: 100%;
    padding: 40px;
    
}

.form-box h2{
    font-size: 2em;
    color: #162938;
    text-align: center;
}


.navbar{
    width: 100%;
    height: 55px;
    line-height: 15px;
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.navbar a{
    width: 100%;
    height: 55px;
    line-height: 15px;
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
}


.button a{
    float: left;
    width: 150px;
    height: 25px;
    line-height: 22px;
    font-family: ledger, serif;
    font-size: 16px;
    color: #FFDAB9;
    text-align: center;
}
.button .hover{
    float: left;
    width: 150px;
    height: 25px;
    line-height: 22px;
    font-family: ledger, serif;
    font-size: 17px;
    color: #F0F8FF;
    text-align: center;
}

.extra {
    float: left;
    width: 20px;
    height:25px;
    line-height:22px;
    font-family: ledger, serif;
    font-size: 19px;
    color: #74748A;
    text-align: center;
}


.mainbody{
    width: 100%;
    min-height: 375px;
    font-family: ledger, serif;
    font-size: 14px;
    color: #DCDCDC;
}
.footer{
    width: 100%;
    height: 10px;
    margin: 15px;
}

.form{
    background-color: white;
    width: 28%;
    border-radius: 6px;
    margin: 120px auto;
    padding: 50px;
    box-shadow: 10px 10px 5px rgb(82,11,77);
}


.parent {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}


img{
    
    object-fit: cover;
}

.im {
    border-radius: 50%;
}

