

body {
	background-color: #e2e2e2;
}

#ok {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#play {
    position: fixed;
    bottom: 0;
    right: 0;
}
