body {
    background-color: #7609dc;
    background-image: url(images_and_gifs/field.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(0, 0, 0);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#giorno {
    position: absolute;
    left: 700px;
    bottom: 125px;
}

.center {
    display: flex;
    justify-content: center;
}

#me {
    position: absolute;
    right: 100px
}

#box {
    position: absolute;
    bottom: 10px;
}