.loading {
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
.loading-content {
flex: 1 1;
align-items: center;
justify-content: center;
}