body{
	background: url(multimedia/bg-avengers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo{
	width: 60px;
	margin: 10px 0 0 20px;
}

.lura{
	position: absolute;
    display: inline;
    font-family: 'Megrim', cursive;
    font-weight: bold;
    font-size: 60px;
    color: #ffffff;
    top: -25px;
}

main{
	display: flex;
}

#text-area{
	width: 577px;
    height: 350px;
    margin: 60px 0 0 140px;
    background: #F3F5FC;
    border-radius: 5px;
    opacity: 0.8;
    border: none;
    outline: none;
    resize: none;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.signo-exclamacion{
	margin: 30px 0 0 88px;
}

.informacion{
	display: inline;
    font-family: "calibri";
    font-style: normal;
    font-weight: 400px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.8;
    vertical-align: text-top;
}

#btn-encriptar{
	width: 328px;
    height: 67px;
    margin: 0 30px 0 88px;
    background: #6C0101;
    border-radius: 24px;
    border: 0 solid #6C0101;
    color: white;
}

#btn-desencriptar{
	width: 328px;
    height: 67px;
    background: #d8dfe8;
    border-radius: 24px;
    border: 1px solid #6C0101;
    color: #6C0101;
}

#mensaje{
	position: absolute;
    width: 320px;
    height: 540px;
    padding: 30px;
    left: 900px;
    top: 25px;
    border-radius: 32px;
    background: linear-gradient(black, darkred,yellow);
    outline: none;
    resize: none;
    box-shadow: 3px 3px 15px #aaaaaa, -3px -3px 15px #aaaaaa;
    color: white;
    font-size: 20px;
}

#img-marvel{
	position: absolute;
    width: 125px;
    left: 1030px;
    top: 45px;
}

#img-escudo{
	position: absolute;
	width: 200px;
    top: 180px;
    left: 990px;
}



#texto-2{
	position: absolute;
    width: 336px;
    top: 370px;
    left: 920px;
    text-align: center;
    margin: 60px auto 0;
    font-family: 'Julius Sans One', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;

}

#texto-3{
	position: absolute;
    width: 336px;
    top: 450px;
    left: 920px;
    text-align: center;
    margin: 20px auto 0;
    font-family: 'Julius Sans One', sans-serif;
    font-style: normal;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

#btn-copiar{
    visibility: hidden;
    position: absolute;
    width: 325px;
    height: 67px;
    left: 930px;
    top: 530px;
    background: #d8dfe8;
    border-radius: 24px;
    border: 1px solid #6C0101;
    z-index: 1;
}

footer{
	margin: 80px 0 20px 0;
    background: #000000;

}

footer p{
    color: #ffffff;
    text-align: center;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 10px;
}   
        