/* CSS Document */

body
{
    width: 1000px;
    background-color: white;
    font-family: "Comic Sans", sans-serif;
    font-size: 35px;
}

select {
    font-family: "Comic Sans", sans-serif;
    font-size: 30px;
}

input[type=number] {
    font-family: "Comic Sans", sans-serif;
    font-size: 30px;
}

input[type=submit] {
    font-family: "Comic Sans", sans-serif;
    font-size: 30px;
}

table
{
width: 100%;
}

td
{
width: 400px;
}

@media handheld and (min-width: 200px) and (max-device-width : 600px) {
img
{
max-width: 200px;
max-height: 271px;
object-fit: contain;
}
}

@media screen and (min-width: 601px) {
img
{
max-width: 200px;
max-height: 271px;
object-fit: contain;
}
}

.token
{
font-size: 25px;
}

