body {
    background-color: black;
    color: white;
    font-family: "Segoe UI", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    padding-top: 100px;
}

a {
    color: #5795ba;
    text-decoration: none;
}

a:visited {
    color: #80aec7;
    text-decoration: none;
}

.content {
    width: 90%;
    height: 90%;
    text-align: center;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.section__container {
    margin-left: auto;
    margin-right: auto;
    min-width: 75%;
}

.section__main > .section__container {
    width: 50%;
}

.logo {
    margin-top: 10%;
    max-height: auto;
    width: 75%;
    min-width: 300px;
    max-width: 650px;
}

h1.heading_disclaimer {
    font-size: 1.6em;
    text-align: left;
}

.text__main {
    margin-top: 10%;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
    animation: fadein 4s;
    -moz-animation: fadein 4s;
    /* Firefox */
    -webkit-animation: fadein 4s;
    /* Safari and Chrome */
    -o-animation: fadein 4s;
    /* Opera */
}

.text__disclaimer {
    margin-top: 2%;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: left;
}

.section__footer {
    margin-top: 10%;
    font-size: 0.925em;
    line-height: 1.5
}

.section__footer-info {
    display: block;
}

.section__footer-info.meta {
    display: block;
    margin: 12px 0;
}