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(4) button{
    cursor: not-allowed;
    background-color: #f7e4de;
}
header a:nth-child(2) button{
    border-left: 10px;
}
header a:nth-child(3) button{
    border-left: 10px;
}
header a:nth-child(4) button{
    border-left: 10px;
}
header a:nth-child(5) button{
    border-left: 10px;
    border-right: 10px;
}
body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
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%;
}
.my-about-me{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.my-about-me img{
    float: right;
    width: 540px;
    height: 740px;
    border: 1px;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-style: solid;
}
.my-about-me h1{
    font-size: 50px;
    padding: 10px;
}
.my-about-me p{
    font-size: 21px;
    margin-right: 30px;
}
.my-about-me h2{
    font-size: 40px;
}
.my-about-me h3{
    font-size: 30px;
}
.my-about-me p, h2, h3{
    margin-left: 10px;
}
.Education{
    display: flex;
    width: 100%;
    background-color: white;
    border: 1px;
    border-style: solid;
}
.Education img{
    float: right;
    width: 600px;
    height: 400px;
    border: 1px;
    border-style: solid;
}
.Education p, h2, h3{
    margin-left: 10px;
}
.Education p {
    font-size: 25px;
    margin-right: 30px;
}
.Education h2 {
    font-size: 42px;
}
.Education h3{
    font-size: 33px;
}
.Awards{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.Awards p, h2, h3{
    margin-left: 10px;
}
.Awards p{
    font-size: 25px;
    margin-right: 30px;
}
.Awards h2{
    font-size: 42px;
}
.Awards h3{
    font-size: 33px;
}
.interests{
    display: flex;
    width: 100%;
    background-color: white;
    border: 1px;
    border-style: solid;
}
.Work-Gallery{
    float: right;
    margin-left: 400px;
    border: 1px;
    border-style: solid;
}

.interests p, h2, h3{
    margin-left: 10px;
}
.interests p, li{
    font-size: 25px;
    margin-right: 41px;
}
.interests h2{
    font-size: 42px;
}
.interests h3{
    font-size: 33px
}
.interests button{
    background-color: #f7e4de;
    font-size: 30px;
    margin-left: 20px;
}
.interests button:hover{
    box-shadow: 0 5px 16px 0 black;
}
.socials-link{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.socials-link h2{
    font-size: 42px;
}
.socials-link h3{
    font-size: 33px;
}
.social-col1 img{
    height: 350px;
    width: 350px;
}
.social-col1 h3{
    margin-left: 80px;
}
.social-col2 img{
    height: 350px;
    width: 350px;
}
.social-col2 h3{
    margin-left: 90px;
}
.social-col3 h3{
    margin-left: 250px;
}
.social-col3 img{
    height: 325px;
    width: 325px;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-style: solid;
    border-radius: 50%;
    object-position: 4% 5%;
    margin-left: 170px;
}
button{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
