*{
    margin: 0;
    padding: 0;
}
body{
    /* display: flex; */
    justify-content: center;
    color: #260A30;
}
.ax45{
    background: #260A30;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: monospace;
    height: 11vh; /* Altura */
    width: 100%; /*  Largura */
}
.corpo{
    margin-top: 20px;
    background: #fff;
    color: #260A30;
    font-weight: bold;
    height: 70%; /* Altura */
    width: 100%; /*  Largura */
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerxz{
    /* margin-top: 15px; */
    background: #260A30;
    height: 14vh; /* Altura */
    width: 100%; /*  Largura */
    display: flex;
    justify-content: center;
    align-items: center;
    /* align-content: center; */
}
.xrtk{
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-family: monospace;
    width: 80%; /*  Largura */
    font-size: 1.0em;
}
.plkg{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}