*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
div,
span,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #0070c9;
}

a:hover {
    text-decoration: underline;
}

input[type="checkbox"] {
    display: none;
}

.main {
    text-align: center;
}