body { 
    /* background-color: #8cc63f; */
    background-color: #000;
}

h2 { color: #FFF; }

.rShowOffContainer {
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}