@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shalimar&display=swap');


body {
    min-height: 100vh;
    padding: 2em;
    background: #33539F;
    color:#C0B8DA;   
    font-family: 'Caveat', cursive;
    font-size: 18px;
    border: hidden black;
}

#img1 {
    height: 300px;
    width: 36%;
    float: left;
}
img{
    max-width: 100%;
    max-height: 100%;
    border: hidden black;
    padding: 3em 0em 0em 3em;
    opacity: 0.8;
    filter: brightness(90%);
}

header {
    width: 100%;
    height: 100px;
    color: #C0B8DA;
    padding: 0em 0em 4em 0em;
    margin: 1em 0em;
    font-family:'Shalimar', cursive;
    font-size:30px;
    font-style: normal;
    border: hidden black;
    justify-content: center;

}
#head{
    font-family: 'Caveat', cursive;
    float: right;
    border: 0px hidden black;
    width: 64%;
    text-align: center;

}

#titulo1{
font-size: 100px;
}

#p1{
    text-align: center;
    font-size: 30px;

}


#root {
    width: 58%;
    height: 70%;
    font-size: 30px;

    color: #C0B8DA;
    border:3px hidden aquamarine;
    display:inline-block;
    text-align: center;
    justify-content: center;
}
#mensaje {
    width: 60%;
    height: 40px;
    outline: none;
    color: #C0B8DA;
    background-color: #A5678E;
    font-size: 30px;
    border: 2px groove #C0B8DA;
    padding: 2em 0em em 0em;
}

#clave {
    width: 8%;
    height: 30px;
    background-color: #A5678E;
    outline: none;
    color:#C0B8DA;
    font-size: 25px;
    border: 2px groove #C0B8DA;
}

#tituloClave {
    font-size: 30px;
}

#cifrar, #descifrar {
    border: 3px solid #C0B8DA;
    background-color: #33539F;
    color: #C0B8DA;
    border-radius: 8px;
    width: 150px;
    height: 40px;
    font-size: 20px;
}

#copiar, #enviar{
    border: 3px solid #C0B8DA;
    background-color: #33539F;
    color: #C0B8DA;
    border-radius: 8px;
    width: 200px;
    height: 40px;
    font-size: 20px;
}

#mensaje2 {
    width: 60%;
    height: 20px;
    outline: none;
    background-color: #A5678E;
    color: #C0B8DA;
    font-size: 30px;
    border: 2px groove #C0B8DA;
    padding: 2em 0em 0em 0em;

}

#botones{
    padding: 0em, 0em, 2em, 0em;
}

p {
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}
section {

    width: 40%;
    height: 60%;
    text-align: center;
    border: hidden black;
    justify-content: center;
    font-size: 24px;
    padding: 0em;
    display: inline-block;

 
    
}

section h1{
    font-size: 30px;


}

main{
    height: calc(100vh - 100px);
    border: hidden black;
    padding: 4em 1em 0em 1em;
    margin: 0em;

}

footer{
    width: 100%;
    height: 100px;
border: hidden black;
padding: 1em 0em;
margin: 0em;
justify-content: center;
text-align: center;
color: rgba(0, 0, 0, 0.7);
font-size: 17px;
}