nav{
    height: 80px;
    background-color: rgba(255, 255, 255, 0.466);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: black;
    position: sticky;
    top: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    backdrop-filter: blur(10px);
}
nav > .logo{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 30px;
    justify-content: center;

}
nav > .info{
    display: flex;
    list-style: none;
    gap: 20px ;
    font-size: 20px;
}
nav > .signin{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px ;
    font-size: 20px;
}
button{
    background-color: black;
    color: white;
    border-radius: 10px;
    height: 40px;
    width: 80px;
    border: none;
    justify-content:space-between;
    font-size: 15px;
}
button:hover{
    scale: 0.9;
}
