html {
    font-family: LatoLatinWebBlack;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#loading_logo {
    width: 20em;
    height: 6.26em;
}

body {
    background-color: #091522;
}

#title {
    display: flex;
    justify-content: center;
    align-items: center;
}

#center_div_content {
    width: 50%;
}

h1 {
    color: #A1A9B6FF;
}