
body{
    background: rgb(248, 248, 248);
}

.container{
    width: 100%;
    height: 100%;
}

.inner{
    width: 900px;
    height: 600px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    margin-top: 5%;
    margin-left: 20%;
    /*box-shadow: 1px 2px 5px rgb(148, 148, 148);*/
}

.heading{
    width: 50%;
    height: 50px;
    margin-left: 5%;
}

.h3-style{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 200%;
    margin-top: 10%;
    font-weight: lighter;
    margin-top: 10%;
    color: rgb(70, 70, 70);
}

.form-class{
    border: 0;
    width: 80%;
    height: 500px;
    margin-top: 3%;
    /*background: rgb(116, 116, 101);*/
}

.text-styl{
    font-size: 17px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    margin-left: 5%;
    color: rgb(0, 0, 0);
    float: left;
}


.text-styl2{
    margin-top: 40px;
    font-size: 17px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    margin-left: 5%;
    color: rgb(0, 0, 0);
    float: left;

}

.userInput {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    resize: none;
    background: rgba(213, 213, 213, 0.968);
    box-shadow: 10px;
    outline: 2px solid rgb(163, 163, 163);
    border-color: aliceblue;
    width: 800px;
    height: 100px;
    margin-left: 5%;
    margin-top: 1%;
    border-radius: 10px;
    padding-left: 1%;
    padding: 10px;
    color: rgb(74, 74, 74);
  }

.inp-btn{
    margin-top: 1%;
    width: 100px;
    height: 35px;
    margin-left: 5%;
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: rgb(84, 84, 84);
    color: azure;
    border-radius: 3px;
}

.inp-btn2{
    margin-top: 1%;
    width: 100px;
    height: 35px;
    margin-left: 1%;
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: rgb(84, 84, 84);
    color: azure;
    border-radius: 3px;
}

.out-div {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    resize: none;
    background: rgba(213, 213, 213, 0.968);
    box-shadow: 10px;
    border: 1px;
    border-color: aliceblue;
    width: 819px;
    min-height: 130px;
    max-height: fit-content;
    margin-left: 5%;
    outline: 2px solid rgb(163, 163, 163);
    margin-top: 75px;
    border-radius: 10px;
    padding-left: 1px;
    color: rgb(62, 62, 62);
  }

  @media screen and (max-width: 800px) {
    .inner{
        width: 435px;
        margin-left: 5%;
        margin-top: 2%;
    }
    .userInput{
        width: 380px;
        margin-top: 10px;
    }
    .out-div {
        width: 400px;
    }
    .h3-style{
        font-size: 30px;
        padding-top: 10px;
    }  
    footer{
        width: 100%;
    }  
    .copy-btn{
        float: right;
    }
    .inp-btn{
        margin-top: 30px;
    }
}
.out-div p{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    display: inline;
}
footer p{
    color: black;
    float: right;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 10px;
    padding-right: 25px;
    padding-top: 20px;
}
footer p a{
    text-decoration: none;
}
.copy-btn{
    width: 30px;
    height: 30px;
    border-radius: 8px;
    /* background: rgb(228, 228, 228); */
    /* margin-left: 788px; */
    margin-top: 2px;
    border-color: rgb(185, 185, 185);
    z-index: 2;
    display: inline;
    float: right;
    

}
