h1{
    background-color:rgba(31, 41, 55, 0.6);
    padding: 1rem 1rem;
    height: fit-content;
    width: 550px;
    position: relative;
    left: 428px;
    display: block;
    border-radius: 1rem;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   
   
}
#p1{
  
    color: white;
   font-weight: bold;
  opacity: 0.9; 
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   
}

.text-area{
   
    height: 150px ;
    width: 510px;
    position: relative;
    left: 458px;
    border-radius: 2rem;  
    padding: 1rem;  
    outline: none;
    opacity: 0.9;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    
}

button{
    position: relative;
    left: 458px;
    border-radius: 2rem; 
    height: 60px;
    width: 150px;
    outline: none;
    opacity: 0.85;
    font-weight: bolder;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.txt-ar{
    outline: none;
    padding: 2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

#output {
    border: 1px solid black;
    height: 150px ;
    width: 510px;
    position: relative;
    left: 458px;
    border-radius: 2rem; 
    padding: 2rem;   
    background-color: white;
    opacity: 0.9;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}
body{
   background-image: url(https://i.etsystatic.com/16561342/r/il/f2cce1/1410221932/il_570xN.1410221932_ttdo.jpg);
}
