#main-Box {
    background-color: var(--light-blue-light-blue-100, #F3F5FC);

    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;

}

.logo {
    padding-top: 10px;
    margin-left: 10px;
    width: 10%;

}

#box {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    margin-left: 30px;
}

.text-area {
    background-color: var(--light-blue-light-blue-100, #F3F5FC);
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    border: none;
    color: #0A3871;
    margin-top: 70px;
    margin-left: 80px;
    padding-bottom: 180px;
    padding-right: 10px;
    text-transform: lowercase;
    width: 550px;
    height: 450px;
}

::placeholder {
    color: #0A3871;
}

.text-area:focus {
    outline: none;
}

.box-message {
    background: white;
    background-image: url("Imagenes/Muñeco\(1\).png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border: none;
    border-radius: 24px;
    color: #0A3871;
    margin-left: 100px;
    margin-top: none;
    padding-left: 20px;
    position: absolute;
    width: 350px;
    height: 800px;
    flex-shrink: 0;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

#instructions {
    position: absolute;
    height: 100px;
    width: 300px;
    margin-left: 138px;
    margin-top: 575px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.p1 {
    font-weight: bolder;
}



.mesage:focus {
    outline: none;

}

.buttons {
    display: flex;
    margin-top: 18px;
    margin-left: 80px;


}


.btn-Decrypt {
    background: #D8DFE8;
    border: 1px solid #0A3871;
    border-radius: 24px;
    color: #0A3871;
    cursor: pointer;
    height: 50px;
    margin-left: 30px;
    width: 250px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
}





.btn-Encrypt {
    background-color: #0A3871;
    border: 1px solid #0A3871;
    border-radius: 24px;
    color: white;
    cursor: pointer;
    height: 50px;
    width: 250px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;

}

.btn-copy {
    border: 1px solid #0A3871;
    border-radius: 18px;
    color: #0A3871;
    cursor: pointer;
    height: 50px;
    margin-left: 165px;
    margin-top: 741px;
    position: absolute;
    width: 250px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;

}


.info {
    color: #495057;
    font-size: 18px;
    margin-left: 80px;
}



/* Responsive section */


@media (max-width: 768px) {

    .logo{
        margin-left: 0px;
        width: 80px;
        position: relative;
        left: -10px;
       
    }

    #box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
        
       
    }

    .text-area{
        margin-left: 0px;
        margin-top: 50px;
        margin-right: 120px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 100px;
    }

    .info{
        margin-left: 0px;
    }

    .buttons{
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }

    .btn-Encrypt{
        width: 325px;
    }

    .btn-Decrypt{
        width: 325px;
    }

    .box-message{
        margin-left: 0px;
        background-image: none;
        width: 660px;
        height: 200px;
        position: relative;
        margin-top: 60px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    }

    #instructions {
        position: relative;
        margin-top: 0px;
        bottom: 150px;
        left: 50px;

    }

    .btn-copy{
        margin-top: 0px;
        position: relative;
        bottom: 65px;
        width: 650px;
        margin-left: 0px;
        left: 15px;
        background-color: #ffffff;

    }


}


@media (max-width: 480px) {

    body{
        width: 480px;
        height: 900px;
       
    }


    .logo{
        margin-left: 0px;
        width: 80px;
        position: relative;
        left: -10px;
       
    }

    #box {
      
        margin: 0;       
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }

    .text-area{
        margin: 0px;
        margin-top: 50px;
        margin-bottom: 70px;
        padding: 0px;
        width: 435px;
        height: 350px;
        position: relative;
       
        top: 50px;

        font-size: 30px;
    }

    .info{
        margin-left: 0px;
        position: relative;
        left: 10px;
    }

    .buttons{
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }

    .btn-Encrypt{
        width: 420px;
    }

    .btn-Decrypt{
        width: 420px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .box-message{
        margin-left: 0px;
        background-image: none;
        width: 400px;
        height: 200px;
        position: relative;
        margin-top: 60px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    }

    #instructions {
        position: relative;
        margin-top: 0px;
        bottom: 150px;
        margin-left: 10px;
        

    }

    .btn-copy{
        margin-top: 0px;
       

        background-color: #f5f0f0;

    }


}




















