html, body, #app {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.d2-home {
    background-color: #ffffff;
    height: 100%;
    display: flex;
    position: relative;
}

.d2-home__main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.d2-home__footer {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    padding: 1em 0;
}

.d2-home__loading {
    height: 200px;
    width: 200px;
}