

.tentativas {
    font-size: 50px;
}


.centralizar{
    text-align: center;
    height: 94vh;
}

.ladoEsquerdo{
    float:left;
    width: 37%;
    text-align: right;
}

.ladoDireito{
    float:left;
    width:25%;
}

.cabecario{
        background-color:black;
        float: left;
        width: 100%;
        height: 50px;

}
.rodape{
    background-color:black;
    float: left;
    width: 100%;
    height: 50px;
}

.textoAutoria{
    color: #fff;
    text-align:center;
}


.input-form{
    margin:20px;
}
