body {
    background: #0F0F0F;
    object-fit: cover;
    color: #ADADAD;
    font-family: 'Lato', sans-serif;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.bg_image {
    background-image: url("../images/home/Noise_background.webp");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.element {
    margin: 50vh 0 0;
    transform: translateY(-50%);
}

.text-center {
    text-align: center!important;
    margin-top: 0.5rem!important;
}

.element svg, .text-center{
    margin: auto;
    display: block;
}

a {
    color: #ADADAD;
    text-decoration: none;
}

a:hover {
    color: #ADADAD;
}

.container {
    width: auto;
    max-width: unset;
    padding: 0 50px;
}

footer {
    font-size: calc(0.75rem * ((100vw - 300px) / (1600 - 300)));
    font-family: 'Lato', sans-serif;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer > .container{
    display: flex;
}

#messenger {
    font-family: 'Major Mono Display', monospace;
    font-size: calc(0.875rem + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    white-space: nowrap;
}

.right {
    margin-left: auto;
}

.left {
    margin-right: auto;
}