body{
    background-color: hsl(180, 2%, 51%);
    justify-content: center;
    align-items: center;
    display: flex;

}

.container{
    width: 50%;
    
    text-align: center;
}


.header{

    background-color: hsl(180, 64%, 87%);
    position: relative;
    height: 100%;
}

.logo-container{
    position: relative;
    width: 100%;
    text-align: center;

}


#world{
    width: 100%;
    
    border-radius: 5px;
}

.text-overlay{
    position: absolute;
    top:  10px;
    margin: 0;
    width: 100%;
    color: white;

}

.text-overlay h1{
    color:hsl(150, 100%, 98%);
    font-style: italic;
}

.text-overlay h2{
    font-style: italic;
}

.main{

    background-color: hsl(160, 21%, 86%);
    position: relative;
    width: 100%;
}

.languages {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

label{
    display: block;
    text-align: center;
}

#textTranslate{
   
    text-align: center;
    padding: 10px;
    font-weight: bold;

    
}

#transText{
    border: 3px solid hsl(0, 1%, 30%);
    border-radius: 5px;
    border: radius 5px;
    padding: 10px;
    width: 80%;
    box-shadow: 3px 2px 5px;
}

#transDone{
    border: 3px solid hsl(0, 1%, 32%);
    border-radius: 5px;
    border: radius 5px;
    padding: 10px;
    width: 80%;
    box-shadow: 3px 2px 5px;
    margin-bottom: 10px;
}






