body{
    margin: 0 auto;
}

header{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
} 

header img{
    width: 170px;
}

a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}

nav{
   display: flex;
   gap: 40px;
   justify-content: flex-end;
}