body {
    background-color: black;
}

#euclid {
    color: cornsilk;
    font-size: 85px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#container {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hand {
    margin: 50px;

}

#euclid {
    margin-top: 30px;
}

#journal {
    text-align: center;
    margin-top: 50px;

}

#exit {
    text-align: center;
}

#dawn {
    text-align: center;
    margin-top: 200px;
}

#comeback { color: aliceblue;
    text-align: center;
}