body {
    background-image: url(background.png);
}

* {
    color: rgb(0, 66, 92);
    font-family: monospace;
    font-weight: bolder;
    font-size: 30px;
    text-align: center;
}

.main {
    font-size: 50px;
}

.back {
    text-align: left;
    font-size: 30px;
}