header .desktop-menu-wrapper {
    width: 1000px;
    margin-top: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 24px;
    animation-name: appear;
    animation-duration: 2.3s;
    animation-delay: 0s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
}
header .desktop-menu-wrapper div li {
    list-style-type: none;
}
header .desktop-menu-wrapper div li a{
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: white;
}