#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #32333D;
    background-image: url(/loading.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
