*{
    margin: 0%;
    padding: 0%;
}

body{
    background-color: rgb(0,0,33);
    color: white;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    background-color: rgb(18,18,62);
}
nav ul{
    display: flex;
    justify-content: center;
}
nav ul li{
    margin: 0 23px;
    list-style: none;
}
.left{
    font-size: 1.9rem;
}
.firstsection{
    display: flex;
    justify-content: space-around;
    align-items: center;
}