#intro-page { text-align: center; margin-top: 100px; } table { width: 100%; font-size: 22px; } td { height: auto; padding: 10px; text-align: center; } #intro-text { margin-bottom: 20px; } #start-button { padding: 10px 20px; font-size: 16px; } #game-page { position: relative; } .otree-timer { position: sticky; bottom: 0px; font-size: 24px; top: 20px; right: 20px; } /*make buttons rounded and low opacity*/ /*make buttons rounded and low opacity*/ .box { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; row-gap: 5px; column-gap: 10px; } .left-column { width: 75%; float: left; flex-direction: row-reverse; } .right-column { width: 25%; top: 0.1rem; float: right; } .image { margin: 5px; display: inline-block; } .image input[type="radio"] { display: inline-block; margin: auto 0.2em; } .image label { display: inline-block; text-align: center; padding: 0px 2px; margin: auto 0.5em; font-size: 15px; } .image label:hover { background-color: #d5f4e6; text-shadow: 0.07px 0.07px; transform: scale(1.15,1.15); } .image input[type="radio"]:focus + label { text-shadow: 0.07px 0.07px; /* Add shadow on hover */ } .image input[type="radio"]:checked + label { transform: scale(1.15,1.15); /* Change background color on hover */ transition: all 0.1s ease-in-out; } .opt-button { border-radius: 25%; opacity: 0.8; display: inline-block; width: auto; margin-block: 10px; } .opt-button:hover { opacity: 1; transform: scale(1.05,1.05); } .opt { justify-content: space-between; width: auto; margin: 5px; } .opt label:hover { background-color: #d5f4e6; text-shadow: 0.07px 0.07px; transform: scale(1.15,1.15); } .opt input[type="radio"]:focus + label { text-shadow: 0.07px 0.07px; /* Add shadow on hover */ } .opt input[type="radio"]:checked + label { transform: scale(1.015,1.015); /* Change background color on hover */ transition: all 0.1s ease-in-out; } /* .assign-widget {*/ /* display: flex;*/ /* gap: 49rem;*/ /* z-index: 100;*/ /*}*/ /*#timer-widget {*/ /* position: absolute;*/ /* top: 20px;*/ /* right: 20px;*/ /* background-color: #f1f1f1;*/ /* padding: 10px;*/ /* border-radius: 4px;*/ /* font-family: Arial, sans-serif;*/ /*}*/ /*#timer-widget span {*/ /* font-size: 24px;*/ /*}*/ \\ set .button to be the same size and with black border .button { background-color: white; border: 2px solid black; color: black; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; }