body {
    background: #081820;
    margin: 0;
}

#site_bg {
    position: fixed;
    height: 100vh;
    image-rendering: crisp-edges;
    top: 0;
    right: 0;
    z-index: -1;
    user-select: none;
    user-drag: none;
}

.text {
    //background: rgba(8, 24, 32, 0.6);
    color: white;
    font-size: 32px;

    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;

    padding: 4px 16px;
    display: inline-block;
    filter: drop-shadow(4px 4px #081820);
}

.text_logo {
    font-size: 70px;
    font-family: "Doto", sans-serif;
    font-weight: 600;
}
.text_title {
    font-size: 42px;
    font-family: "Tektur", serif;
    font-weight: bold;
}

.text_container {
    width: auto;
    /*max-width: 75%;*/
    margin: 24px;
}

.section_title {
    margin-bottom: 24px;
}

a {
    color: #e0f8d0;
    transition-duration: 0.15s;
    text-decoration: none;
}
a:visited {
    color: #88c070;
}
a:hover {
    padding-left: 12px;
}
