@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swap'); 


body{
    font-weight: 300;
    font-family: 'Klee One', cursive;
    margin: auto;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.473)),
     url('minions-2.jpg');
    background-position-x: 50%;
}

h1 { 
    margin: 0;
    font-size: 5rem;
    text-align: center;
    color: #5DADEC;
    font-weight: 900;
}

.footer {
    text-align: center;
    color: rgba(255, 255, 0, 0.788);
    opacity: 0.8;

}
.footer h1 { 
    color: rgba(255, 255, 0, 0.788);
    font-size: 2rem;
   padding-top: 1.4rem;
}
section { 

    text-align: center;
}
textarea{
    width: 50%;
    font-size: 2rem;
    height: 10vh;
    display: block;
    margin: auto;
    padding: 1rem;
    opacity: 0.5;
    border: none;
}
 div { 
     margin-top: 10vh;
     color: #5DADEC;;
     font-size: 3rem;
     font-weight: 900;
     
 }
#output{
    height: 10vh;
    color: black;
    font-size: 1.5rem;
    width: 50%;
    margin: auto;
    padding: 1rem;
    opacity: 0.5;
    background-color: white;
}

#btn-translate{
background-color: rgba(255, 255, 0, 0.788);
padding: 0.5rem 1rem;
margin-top: 1rem;
text-align: center;
color: black;
border-radius: 1rem;
border: 0px;
font-weight: 600;
font-size: larger;
opacity: 0.8;
}
p { 
    font-size: 1.2rem;
}
@media screen and (min-width: 1100px) {
    body { 
        background-position: 50% 70%;
    }
    #ouput { 
        font-size: 3rem;
    }
}