body {
    background-color: rgb(0, 0, 0);
    transition: background-color 1s ease;
    
}

:any-link {
    text-decoration: none;
    color: white;
}

:any-link:hover {
    text-decoration: none;
    color: rgb(255, 206, 44);
}

ul {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding-left: 104px;
    padding-top: 85px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #FFFFFF;
}