#termsofservicecontainer{
    background-color: #20222c;
    height: 67%;
    width: 29.5%;
    position: absolute;
    top: 15%;
    left: 3%;
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    overflow: auto;
    padding: 1vw;
    font-family: monospace;
    font-size: 0.8vw;
    background-image: radial-gradient(circle, #1b1c23 0.1vw, transparent 0.1vw);
    background-size: 15px 15px;
}

#termsofservicecontainer::-webkit-scrollbar {
    width: 0.5vw;
    background: transparent;
}
#termsofservicecontainer::-webkit-scrollbar-track {
    background: #20222c;
}
#termsofservicecontainer::-webkit-scrollbar-thumb {
    background: #5568DF;
    border-radius: 5px;
}