body,
html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#logo {
    text-align: center;
    font-size: 20px;
}

#loading {
    height: 100px;
    width: 100px;
    margin-top: 32px;
}