html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered {
    text-align: center;
	background-color: rgb(204, 203, 203);
}

#bouncingShiggy {
    display: none;
	height: 64px;
}

#yoylecake {
    display: none;
	height: 64px;
}
