body {
    background-image:radial-gradient(#FA8AFF,#96F1FF);
}

#body_home {
    font-family: "Bahnschrift";
}

footer {
    font-family: 'Bahnschrift';
    margin: 4px 0 0 10px;
}

.loading {
    width: 200px;
    height: 120px;
    margin: 220px auto;
}

.loading img {
    width: 100%;
    height: 100%;
}

.text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin-top: 30px;
    margin-left: -100px;
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}