.dropdown-item:hover {
    color: orange;
}
body {
    background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,140,0,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    height: 100vh;
}

