body {
    padding: 0px;
    margin: 0px;
    background-color: #2B2763;
    font-family: Verdana;
    font-size: 12px;
}
.conteiner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.conteiner-center{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.conteiner-center img{
    margin-bottom: 6px;
    display: inline-block;
}
.conteiner-center .subtitle{
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 12px;
}
.conteiner-center a{
    color: #fff;
}
.conteiner-center a:hover{
    color: #fff;
}