
body{
    background-color: #f9f9f9;
    margin: 0;
}
h2{
    font-family: "the-seasons", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #f9f9f9;
    text-decoration: none;
    font-size:4em;
}
p{
    font-family: "articulat-cf", sans-serif;
font-weight: 400;
font-style: normal;
color: #f9f9f9;
line-height: 1.6;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 80%;
    margin: auto;
    height: 120px;
}
nav a:not(:first-child) {
  padding-left: 25px;
}
nav a{
    font-family: "the-seasons", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: black;
    text-decoration: none;
    font-size:1.6rem;
}
nav img{
    width: 120px;
}
.main-banner{
    max-width: 1200px;
    width: 80%;
    margin: auto;
}
.main-banner img{
    width: 100%;
}
.bio{

    background-color: #3d3d3d;
    margin-top: -250px;
    padding-top: 400px;;
}
.bio-content{
         max-width: 1200px;
    width: 80%;
    margin: auto;
}