*{
     
     background: #F3F5FC;
     font-family: 'Inter', sans-serif;   
     font-weight: 400;
     font-size: 32px;
     line-height: 150%;
}

.logo{
    width: 120px;
    height: 48px;
    margin: 40px 0 0 40px;
}

main{
    display: flex;
    margin: 0 0 80px 240px;
}

.text_area{
    border: none;
    color: #0A3871;
    margin-top: 80px;
    text-transform: lowercase;
    max-height: 200px;
}
::placeholder{color: #0A3871;}
 .text_area:focus{
    outline: none;
 }

.mensaje{
    background: white;
    background-image: url(./imagenes/Muñeco.png);
    background-repeat: no-repeat;
    border: none;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    color: #0A3871;
    margin-left: 98px;
    margin-top: 20px;
    padding-left: 20px;

    position: fixed;
}

.mensaje:focus{
    outline: none;
}

.botones{
    display: flex;
    margin-top: 18px;    
}

.btn_desencriptar{
    background: #D8DFE8;
    border: 1px solid #0A3871;
    color: #0A3871;
    cursor:pointer;
    height: 67px;
    margin-left: 30px;
    width: 328px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.btn_encriptar{
    background-color: #0A3871;
    border: 1px solid #0A3871;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    color: white;
    cursor: pointer;
    height: 67px;
    width: 328px;
}

.btn_copiar{
    border: 1px solid #0A3871;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    color: #0A3871;
    cursor: pointer;
    height: 67px;
    margin-left: 125px;
    margin-top: 402px;
    position: absolute;
    width: 336px;
}

.informacion{
    color: #495057;
    font-size: 18px;
}