* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
    background-color: #0f4d92;
    overflow: hidden;
}

div {
    position: absolute;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

img {
    position: absolute;
    margin: 0;
    padding: 0;
    pointer-events: auto;
}

.contanier {
    width: 100%;
    height: 100%;
}

#logoCont {
    width: 250px;
    height: 200px;
    margin-left: -125px;
    margin-top: -110px;
    left: 50%;
    top: 50%;
}

#text {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    top: 160px;
}

a img {
    border: none;
}

.text a {
    font-size: 20px;
    text-decoration: underline;
    pointer-events: auto;
    color: #00ffff;
}

.text a:hover {
    text-decoration: none;
    color: #00ffff;
}

.textDescription p {
    margin-top: 0.5em;
}

.textDescription a {
    font-size: 20px;
    text-decoration: underline;
    color: #00ffff;
    pointer-events: auto;
}

.textDescription a:hover {
    text-decoration: none;
    color: #00ffff;
}

.textCopyrights {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    word-wrap: normal;
    white-space: nowrap;
    margin: 10px;
    bottom: 0;
    left: 0;
    pointer-events: auto;
}

.textCopyrights a {
    text-decoration: underline;
    color: #FFFFFF;
}

.textCopyrights a:hover {
    text-decoration: none;
    color: #00ffff;
}

