body {
  background-color: #FFEFEF;
}

.formu {
    position: fixed;       
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;     
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;    
    width: 50%;
    height: 51%;   
}

.encabezadoE{
    text-align: center;
}

.formulario {
    margin-bottom: 8px;
    text-align: left;
}

input {
    width: 97%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.boton {
    padding: 10px;
    width: 100%;
    margin: 5px 0;
    background-color: #fe6d88;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.boton:hover {
    background-color: #bb3a92;
}

.fotoform{
    width: 100%;
    height: 90%;
    position: fixed;       
    top: 30%;
}

p {
    font-size: 15px;
}

.titulo {
    font-size: 25px;
}