.drop-down-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.drop-down-item a {
    color: white;
}