*{
    font-family: 'Audiowide', cursive;
    padding: 0;
    margin: 0;
}
header
{
    text-align: center;
}

body
{
    background-image: url('https://wallpapercave.com/wp/wp5018967.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
}
.main{
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.textinput
{
    margin-right: 40px;
}
textarea{
    
    margin-left: 40px;
    width: 300px;
    height: 200px;
    padding: 1rem;
}

#translatetext{
    padding: 0.5rem;
    border-radius: 20px;
}