body{ 
    background-color: black;
    font-style: italic;
    color:whitesmoke;
    font-size: 18px;

}
header{

    margin-bottom: 4rem;
    font-size: 1.5rem;
}

img{
    width: auto;
    height: 3rem;
    float: left;
}
    
textarea{
    width: 700px;
    height: 150px;
    color: whitesmoke;
    background-color: transparent;
    border-color: whitesmoke;
    resize:none;
    font-size: 26px;
    font-style: italic;
    text-align: center;
    transition: 2s;
}

.texto, .respuesta, .boton, .copiar{
    text-align: center;
    padding-top: 0;
    padding-bottom: 16px;
}

#encriptar, #desencriptar, #copiarTexto{
    width:105px;
    height: 36px;
    font-size: 11px;
    font-display: center;
    display: inline-block;
    color: white;
    background-color: black;
    transition: 2s;
    border-color: aliceblue;
    border: ridge;
    margin: 3px;
    cursor: pointer;
}
#copiarTexto, #textoencriptado{
    display: none;
}
#dance{
    width: 400px;
    height: 400px;
    position: relative;
    left: 38%; 
}
@media only screen and (width <= 768px) and (height <= 1174px) {

    textarea{
        width: 400px;
        height: 100px;
        font-size: 16px;
    }
    #dance{
        width: 300px;
        height: 300px;
        left: 28%;

    }
}

@media  only screen and (width <= 515px) and (height <= 933px) {
    header{
        font-size: 1rem;
    }
    img{
        width: auto;
        height: 1.8rem;
    }
    textarea{
        width: 300px;
        height: 80px;
        font-size: 14px;
    }
    p{
        font-size: 14px;
    }
    #encriptar, #desencriptar, #copiarTexto{
        width:100px ;
        height: 25px;
        font-size: 10px;
    }
    #dance{
        width: 250px;
        height: 250px;
        left: 14% ;


    }
}