body {
    background-color: #1C1C1C;
    margin-top: 0px;
    position: absolute;
    top: 0;
}

h1, h2, h3, h4, h5, p, button {
    font-family: 'Dinot', 'Roboto';
    color: white;
}

body {
    overflow-x: hidden;
}

.centerColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.blue {
    color: rgba(30, 107, 172, 1);
}

.line {
    height: 4px;
    border-radius: 5px;
    background-color: white;
}



body {
    overflow: overlay;
}


::-webkit-scrollbar {
    width: 20px;
    background-color: transparent;
    
  }


::-webkit-scrollbar-track {
    background-color: transparent;
    margin-top: 90px;
    margin-bottom: 100px;

}
  
::-webkit-scrollbar-thumb {
    border: 5px solid transparent;
    border-radius: 100px;
    background-color: #1e6bac;
    background-clip: content-box;
}