.app-hidden {
    display: none;
}

.app-body {
    height: 100vw;
    background-color: #1a1d21;    
}

.app-body p {
    color: white;
}