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

body {
    margin-inline-start: 0rem;
    margin: 0rem;
    /* font-family: 'Nerko One', cursive; */
    font-family: 'Play', sans-serif;
    background-image: url(https://wallpapercave.com/wp/9DHXtKW.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.navigation {
    background-color: yellow;
    padding: 1rem 1rem 1rem 1rem;
    text-align: center;
    border-radius: 1rem 0rem 1rem 0rem;

}

textarea {
    /* border-color: black; */
    border-width: 0.1rem;
    display: block;
    margin-top: 2rem;
    margin-left: 3rem;
    width: 90%;
    height: 30vh;
    /* text-decoration: solid; */
    font-size: large;
    background-color: transparent;
    color: white;
    text-align: left;
    


}

.btn {
    text-align: center;
    margin: 2rem;
}

#btn-translate {
    border-radius: 1rem;
    font-weight: bold;
    margin-left: 1rem;
    background-color: yellow;
    color: black;
    padding: 0.5rem;
    border-color: transparent;
    font-size: medium;

}


.desc {
    color: black;
    margin: auto;
    text-align: center;
    font-size: x-large;
    background-color: blue;
    padding: 0.4rem;
    width: 27%;
    color: white;
    border-radius: 1rem 1rem 1rem 1rem;
}

#output {
    border-color: black;
    border-width: 0.15rem;
    border-style: solid;
    height: 30vh;
    width: 90%;
    margin: 1rem;
    padding: 1rem;
    display: block;
    margin-left: 3rem;
    color: white;
    letter-spacing: 0.2rem;
    text-align: center;
    font-size: xx-large;

}

.footer {
    text-align: center;
    font-size: large;
    background-color: yellow;
    padding: 1rem 10rem 1rem 10rem;
    margin: 0rem 0rem 0rem 0rem;
    border-radius: 1rem 0rem 1rem 0rem;
}

.footer-context {}