@font-face {
    font-family: "3D Unicode";
    src: url("./3d_unicode.ttf");
}

header,
footer {
    position: absolute;
    margin-inline: 25px;
}

footer {
    left: 0;
    bottom: 0;
}

html {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

header {
    right: 0;
    top: 0;
}

h1 * {
    display: inline;
    margin-inline: 5px;
}

input {
    display: none;
}

button {
    display: flex;
}

#skipb {
    display: none;
}

.buttons {
    display: flex;
    justify-content: space-evenly;
}

.radio label {
    font-size: 1.3em;
}

button:hover {
    cursor: pointer;
}

.radio * {
    display: inline;
}

.radios {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5%;
}

html,
h1 {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #e7ca79;
    font-family: "3D Unicode";
}
