/*!
 * VR-Minigames CSS v1.0.0
 * Copyright 2019 Lukas Obermaier
 * Copyright 2019 VR-Minigames Development Team
 */

/*! CSS */

body {
    background-color: #8d8d8e;
}

footer {
     text-align: center;
}

/*! My CSS */

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.center-justify {
    text-align: justify;
    text-align-last: center;
}