@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;600;800&display=swap');
body{
    margin: 0;
    padding: 0;
    background-color: #d35400;
    font-family: 'Nunito', sans-serif;
    color: #c0392b;
    text-align: center;
    
}
nav{
    max-width: 800px;
    height: 40px;
    border-radius: 20px;
    background-color: #f1c40f;
    margin:1rem auto;
    font-weight: 800;
    font-size: x-large;
    text-align: center;
}
img{
    height: 20rem;
    width: 24rem;
}
textarea{
    width: 60%;
    margin: 1rem auto;
    padding: 0.5rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: medium;
    text-align: center;
    height: 10vh;
    border-radius: 20px;
}
button{
    width: 20%;
    height: 5vh;
    background-color: #f1c40f;
    border-radius: 30px;
    border: none;
    color: #c0392b;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: medium;
}
h1{
    font-size: large;
    font-weight: 800;
    margin: 1rem;
    color: #f1c40f;
}
#output{
    max-width: 60%;
    border-radius: 30px;
    margin: 1rem auto;
    height: 10vh;
    background-color: blanchedalmond;
    color: #f1c40f;
    font-size: larger;
    font-weight: 800;

}