@font-face { font-family: "Swiss 921"; src: url(/static/swiss\ 921.ttf) format("truetype"); } @font-face { font-family: "Korinna"; src: url(/static/korinna.otf) format("truetype"); } body { background-color: #2903c3; display: flex; justify-content: center; align-items: center; height: 95%; } table { margin-top: 2%; margin-bottom: auto; margin-left: auto; margin-right: auto; height: auto; border: 18px solid black; border-collapse: collapse; font-family: "Swiss 921"; } td { border: 10px solid black; border-collapse: collapse; width: 250px; height: 135px; text-align: center; text-shadow: 6px 6px 0px black; } td a { color: rgb(255, 204, 0); text-decoration: none; font-size: 70px; } .money { position: absolute; top: 10px; left: 10px; color: rgb(255, 204, 0); text-decoration: none; font-size: 70px; font-family: "Swiss 921"; text-shadow: 6px 6px 0px black; } th { border: 15px solid black; border-collapse: collapse; width: 250px; height: 150px; color: white; font-size: 25px; padding: 10px; text-shadow: 3px 3px 1px black; } .question { color: white; font-family: "Korinna"; text-align: center; font-size: 100; bottom: auto; height: 100%; width: 80%; display: flex; justify-content: center; align-items: center; text-decoration: none; text-shadow: 5px 5px 1px black; }