@charset "utf-8";
/* CSS Document */

html, body{
    font-family: "Abel", sans-serif;
    font-size: 20px;
    font-weight: normal;
    background: #0e1218;
    overflow-x:  hidden;
    height: 100%;
    color: #fff;
}

a, a:hover, a:active{
    text-decoration: none;
    color: #fff;
}

h1, h2, h3, h4, h5{
    font-family: "Julius Sans One", sans-serif;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
}

h3, h4{
    font-size: 20px;
}

.relative{
    position: relative;
}

.clear{
    clear: both;
}

.shadow{
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


    }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}