body{
    font-family: 'Times New Roman', Times, serif;
    background-color: black;
    color:aliceblue;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}
h1{
    text-align: center;
    font-size: 50px;
    padding: 5%;
    color: rgb(115, 224, 224);
}
h2{
    font-size: xx-large;
    color: blanchedalmond;
    
}
#translated-text{
    color: white;

}