*{
    padding: 0;
    margin: 0;
}

header h1 {
    height: 150px;
    background-color: aquamarine;
}

nav {
    height: 80px;
    background-color: blueviolet;

}

nav ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

nav ul li a {

}

a{
    
}