body {
    background-color: #f0fafc;
    font-family: serif;
    color: #6d563a;
}

main {
    margin-top: 40px;
}

main h2 {
    text-align: center;
}

main table {
    margin: auto;
    margin-bottom: 40px;
}

main input[type="radio"] {
    height: 20px;
    width: 20px;
}

main input[type="submit"] {
    height: 40px;
    width: 300px;
    background-color: #80d7e3;
    border: 0;
    border-radius: 4px;
    box-shadow: 5px 5px 5px 0 #808080;
    font-family: serif;
    font-weight: bold;
    font-size: 16pt;
    color: #6d563a;
    display: block;
    margin: 0 auto 30px auto;
}

main a {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #80d7e3;
    height: 40px;
    width: 300px;
    color: #6d563a;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16pt;
    font-weight: bold;
    box-shadow: 5px 5px 5px 0 #808080;
}

main input[type="submit"]:hover,
main a:hover {
    transform: scale(1.2);
}

.result {
    text-align: center;
}

.result h1 {
    color: #0097b2;
    font-size: 50pt;
    text-shadow: 5px 5px 5px #80d7e3;
}

.result a {
    font-size: 12pt;
    display: flex;
    align-items: center;
    justify-content: center;
}