*{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
}

body{
    background-color: rgb(0, 120, 215);
}

.sadFace{
    margin-top: 10vh;
    margin-left: 10vh;
    font-size: 20vh;
}
.otherText{
    margin-left: 10vh;
    font-size: 3vh;
}
.smallText{
    margin-left: 10vh;
    font-size: 1.5vh;
}