.language-wrap{
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.current-language{
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    border-style: none;
    color: white;
    background: rgb(51,51,51);
    outline: none;
    text-transform: uppercase;
}
.current-language:hover{
    cursor: pointer;
    background: white;
    color: rgb(51,51,51);
    border: solid 1px rgb(51,51,51);
}
.lang-selector{
    display: none;
    position: absolute;
    background-color: rgba(241,241,241,1);
    min-width: 160px;
    bottom: 50px;
    z-index: 1;
    border-radius: 5px;
    overflow: auto;
    height: 216px;
}
.lang-selector a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.lang-selector a:hover {
    cursor: pointer;
    background-color: rgb(204,204,204);
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #888; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
#background-animation{
    position:absolute;
    width: 100%;
    height: 100%;
  }
