body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: black !important;
    color: #fff !important;
    overflow-x: hidden;
}
canvas {
    display: block;
    position: fixed;
    z-index: 1;
}
#content {
    position: absolute;
    z-index: 100;
    padding-right: 20px;
    padding-left: 20px;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}
.main_screen_img {
    width: 340px;
}
.main_logo {
    width: 120px;
}
.spacer-20 {
    padding-bottom: 20px;
}
.spacer-50 {
    padding-bottom: 50px;
}
.spacer-100 {
    padding-bottom: 100px;
}
#privacy-content{
    background-color: #000;
    margin: 25px;
}
#privacy-link
{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 9999;
}
.section_about_text
{
    font-size: 22px;
}
.banner {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}