html, body {
    background-color: #1e1e1e !important;
    margin: 0;
}

ul {
    gap: 10px;
}

nav.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
}

li:hover {
    animation-fill-mode: both;
}

.descelements {
    justify-content: center;
    text-align: center;
    margin-top: 100px;
}

#desc h2, p{
    color: white;
    margin-top: 100px;
    border: 2px solid white;
    border-radius: 50px;
    display: inline-block;
    padding: 20px;

}

span {
    color: darkgray;
}

#descimg img{
    width: 300px;
    }

#shortdesc h2{
    color: white;
    margin-top: 200px;
    border: 2px solid white;
    border-radius: 50px;
    display: inline-block;
    padding: 20px;
}


  .contacts-section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px;
        gap: 10px;
    }

    .contacts-section a {
        font-size: 30px; 
        color: white; 
        text-decoration: none;
    }

    .contacts-section a:hover {
        color: gray;
    }