
h1 {
    background-color: #b30763;
    color: cornsilk;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px;
    border-radius: 5px;

}
h2 {
    background-color: #b30763;
    color: cornsilk;
    text-align: center;
}
body {
    background-color: rgb(255, 20, 147);
    background-image: url("images/bg-cipher.jpg");
    background-repeat: repeat;
}
.caja {
    padding: 15px;
    margin: auto;
    width: 95%;
    background-color: #b30763;
    border-radius: 5px;
}
.botonComenzar {
    justify-content: center;
    display: flex;
    margin-top: 10%;
    text-transform: uppercase;
    padding: 5px;

}
input{
    background-color: cornsilk;
    color: #b30863;
    padding: 8px;
    border-radius: 5px;
    border-color: #b30863;
    border-width: 0.5em;
}
button {
    background-color: #b30863;
    color: cornsilk;
    padding: 15px;
    border-radius: 5px;   
}


body {
    background-color: deeppink;
    background-image: url("images/bg-cipher.jpg");
    background-size: 500px;
    margin: 30px 400px 400px;

}

h3 {
    background-color: #b30763;
    color: cornsilk;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-size: 25px;
}

h4 {
    display: flex;
    background-color: #b30763;
    color: cornsilk;
    border-radius: 5px;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    
}
.h4 { 
    display: flex;
    justify-content: center;
    width: 340px; 
    }

.desplaz {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    gap: 0.5em;
}  
.btn-cifrar {
    display: flex;
    justify-content: space-between; 
    justify-content: center;
    gap: 1em;
    
}
.botonIniciar {
    display: flex;
    justify-content: center;

}
.textarea {
    display: flex;
    justify-content: center;
}
.caja3 {
    background-color: cornsilk;
    border-color: #b30863;
    border-width: 0.5em;
    border-radius: 5px;
}
.caja2 {
    background-color: cornsilk;
    border-color: #b30863;
    border-width: 0.5em;
    border-radius: 5px;

}
 