body {    overflow: hidden;    background:#ffffff;}table {     height: 100%;  width: 100%;}span#vraag {    font-size: 27px;    font-weight: bold;}span#tijd {    font-size: 52px;    font-weight: bold;    color: orangered;}span#tijd2 {    font-size: 52px;    font-weight: bold;    color: orangered;}span#week {    font-size: 52px;    font-weight: bold;    color: red;}span#bier {    font-size: 52px;    font-weight: bold;    color: #ff8c00;}span#weekend {    font-size: 52px;    font-weight: bold;    color: #24ff4f;}span#Maandag {    font-size: 52px;    font-weight: bold;    color: #ff0227;}span#Dinsdag {    font-size: 52px;    font-weight: bold;    color: #ffe708;}span#Woensdag {    font-size: 52px;    font-weight: bold;    color: #00ff47;}span#Donderdag {    font-size: 52px;    font-weight: bold;    color: #0f58ff;}span#Vrijdag {    font-size: 52px;    font-weight: bold;    color: rgba(139, 69, 19, 0.75);}span#Zaterdag {    font-size: 52px;    font-weight: bold;    color: #ff12b6;}span#Zondag {    font-size: 52px;    font-weight: bold;    color: #ff12b6;}span#nee {    font-size: 52px;    font-weight: bold;    color: #ff0b00;}span#ja {    font-size: 52px;    font-weight: bold;    color: #ff8c00;}span#misschien {    font-size: 52px;    font-weight: bold;    color: #62ff02;}div#content {    text-align: center;}div#box {    top: 150px;  position: relative;}div#bottom {    position: absolute;    bottom: 0px;    color: grey;    text-align: center;    width: 100%;    font-size: 12px;    margin-bottom: 5px;    z-index: 2;}