html{
    font-family: "Inter", sans-serif;
}

.panel{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.menu-nav a{
    transition:.2s ease-in-out;
}

.menu-nav a:hover{
    color:#E81155;
}