@charset "utf-8";
/* CSS Document */

body {
    background-color: #333;
    margin: 0;
    padding: 0;
    font-family: "Avenir", sans-serif;
    color: #fff;
}

.loading-logo {
    padding: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30vh;
    margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 5%;
}

.loading-text {
    padding: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 10vh;
    margin-left: 20%;
	margin-right: 20%;
    font-size: 24px;
    margin-top: 20px;
}
