table {
    width: 100%;
    height: 90%;
    font-family: sans-serif;
    font-size: 60px;
}
body {
    margin: 0;
    background-color: rgb(196, 235, 255);
}
div#_ {
    height: 10%;
    font-size: 50px;
}
div#__ {
    height: 10%;
}
a {
    color: black;
    text-decoration-line: none;
}
div#stuff {
    background-color: #ffffaa;
    padding: 70px;
    margin: 10px;
    border-radius: 10px;
}