body{
    background-color: lightgrey;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

nav{
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 10px;
    align-items: center;
}

a{
    text-decoration: none;
    color: white;
}

a:hover{
    text-decoration: underline;
}

footer{
    background-color: bisque;
    text-align: center;
}

.container{
    font-size: 20px;
    border: solid black 1px;
    border-radius: 30px;
    margin: 50px;
    padding: 15px 60px;
    background-color: grey;
}

h1, h3{
    margin-top: 40px;
    margin-bottom: 10px;
}

h1{
    font-size: 60px;
}

.active{
    color: white;
}

.bio{
    margin: 0px 200px 0px 0px;
    font-size: 40px;
}