header h1{
    padding-left: 5px;
}
header{
    background-color: white;
}
header button{
    float: left;
    border: 3px;
    border-bottom: 1px;
    border-top: 1px;
    border-style: solid;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
header a:nth-child(5) button{
    cursor: not-allowed;
    background-color: #f7e4de;
}
header a:nth-child(5) button{
    border-left: 10px;
}
header a:nth-child(3) button{
    border-left: 10px;
    border-right: 10px;
}
button{
    transition-duration: 0.4s;
}
header button{
    background-color: white;
}
header button:hover{
    background-color: #f7e4de;
    box-shadow: 0 5px 16px 0 black;
}
body{
    padding: 0;
    margin: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.nav-bar{
    width: 100%;
}
.form-info{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.form-col{
    padding: 10px;
}
label{
    font-size: 35px;
}
#sub{
    font-size: 20px;
}
#reset{
    font-size: 20px;
}
h2{
    font-size: 60px;
}
#fullName{
    font-size: 40px;
    min-width: 600px;
}
#message{
    font-size: 25px;
    min-width: 600px;
    min-height: 80px;
}
label{
    font-size: 50px;
}
.radio-form label{
    font-size: 30px;
}
.form-col2{
    margin-left: 250px;
}
.form-col2 h2{
    padding-right: 200px;
    padding-top: 20px;
}
.class1 h2{
    margin-bottom: -30px;
}
.form-col2 h3{
    font-size: 30px;
}
.class2 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.class1 img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -60px;
    margin-bottom: -20px;
}
.class2 em{
    color: blue;
}
