* {
    padding: 0;
    margin: 0;
}

.top1{
    height: 150px;
    background-color: rgb(0, 255, 170);
}

nav {
    height: 80px;
    background-color: blueviolet;

}

nav ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}



