body {
    background-image: url('images/gamebackground.jpg');
    background-size: cover;
    overflow: hidden;
    font-family: 'Rubik', sans-serif;
}
.container {
    text-align: center;
    padding-top: 128px;
}
.text {
    font-size: 108px;
    color: #FF7F00;
    margin-bottom: 8px;
}
.cartoon {
    width: 150px;
    position: absolute;
    bottom: 30px;
}
.start-button {
    font-family: 'Agbalumo', sans-serif;
    background-color: #0080FF;
    color: #fff;
    font-size: 36px;
    padding: 10px 20px;
    border: 2px solid #5aa7f0;
    cursor: pointer;
    border-radius: 8px;
    font-family: 'Quicksand', sans-serif;
}
.start {
    text-align: center;
    padding-top: 60px;
}
.text_body {
    font-size: 30px;
    color: chocolate;
}