nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    background-color:rgb(35, 35, 133);
    /* top: 0;
    width: 100%;
    overflow: hidden;
    position: fixed; */
}
nav ul{
    display:flex;
    justify-content:center ;
}
nav ul li {
    list-style: none;
    margin: 0 23px;
}
nav ul li a{
    text-decoration: none;
    color: white;
  
}
nav ul li a:hover{
    font-size: 1.01rem;
    /* color: #ED6A5A; */
    color: #D744A2;
}
.left{
    font-size: 1.5rem;
    font-family:'Poiret One',sans-serif;
    font-weight: 600;
    /* color: #ED6A5A; */
    color: #d46bcc;
}