@import url('fonts.css');
@import url('password.css');
@import url('motion.css');

html {
    overflow        : hidden;
    user-select     : none;
    background-color: black;
}

body {
    padding                  : 0;
    margin                   : 0;
    opacity                  : 1;
    animation                : fadeIn 4s;
    animation-iteration-count: 1;
}

p {
    font-family: "Paytone One",
        serif;
    font-weight      : 400;
    font-style       : normal;
    font-size        : 17px;
    padding          : 0;
    margin-top       : -5px;
    text-align       : center;
    text-transform   : uppercase;
    /* padding-bottom: 2px; */
}

#logo-ODESV {
    text-align: center;
}

.contour_blink {
    animation: contour_blink .7s linear infinite;
}

.contener {
    font-family        : sans-serif;
    background-image   : url('../imgs/Background_Picture_Alpha.png');
    background-size    : cover;
    background-position: bottom;
    background-color   : var(--color-scheme);
    display            : flex;
    justify-content    : center;
    align-items        : center;
    height             : 100vh;
}

/* Footer */
footer {
    font-family: 'Nunito';
    font-weight: 400;
    font-size  : 12px;
    color      : rgb(177, 177, 177);
    /*---------------*/
    position   : absolute;
    bottom     : 10px;
    text-align : center;
    width      : 100%;
}