.centro{
    background-color: #fff;
    box-sizing: border-box;
    margin-left: 30%;
}
a.button {
    cursor: pointer;
    color: #fff;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: rgb(63, 63, 63);
    border-radius: 5px;
    padding: 6px 12px;
}
.fundo{
    margin: 0px;
    padding: 25px;
    width:100%;
    background-color: gainsboro;
}
.layoutCentro{
    margin: 0 auto;
    width: 600px;
    background-color:white;    
}
.body{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.clear{
    clear: both;
}
.Bloco{
    padding-left: 5px;
}

.clear{
    clear: both;
}
.box{
    display: flex;
    width: 100px;
}
.tamanho{
    padding: 15px;
}
.not{
    padding: 10px;
}
.teste img{
    margin-bottom: 10px;
}
p{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color:dimgray;
    line-height: 22px;
}
h3{
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color:dimgray;
    line-height: 20px;
}
h1{
    margin-top: 0pt;
    margin-bottom: 5pt;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25pt;
    color: dimgray;
    text-align: center;
}
.text{
    text-align: center;
    font-size: 12pt;
    color: dimgray;
    font-family: Arial, Helvetica, sans-serif;
}
.esp img{
    margin-left: 50px;
}
.rodape{
    width: 300px;
    display: flex;
}
.link{
    font-size: 12pt;
    text-align: center;
}