
.cuerpo {
    background-color: #edebe5;
}

.principal{
    width: 100%;
    height: 700px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.divlogo {
    margin-top: 20px;
}

.divtexto {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}