html, body {
    text-align: center;
}

h1 {
    font-family: "Comfortaa", sans-serif;
    color: #333333;
    text-shadow: 0 2px 4px #888888;
}

.stage {
    width: 800px;
    height: 450px;
    box-shadow: 0 2px 4px #888888;
}

p {
    font-family: "Comfortaa", sans-serif;
    font-size: 0.8em;
    color: #333333;
    text-shadow: 0 1px 2px #888888;
}