@font-face {
    font-family: "Iokharic";
    src: url("fonts/Iokharic.otf") format("opentype")
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    margin: unset;
}

svg {
    height: 100%;
    width: 100%;
}

#container {
    height: 50vh;
}

#regen {
    font-size: 26px;
    padding: 16px;
}

#link {
    font-size: 26px;
    padding: 16px;
}

#options {
    padding: 16px;
}

#withRunes {
    width: 16px;
    height: 16px;
}

label[for="withRunes"] {
    font-size: 26px;
}

#controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    padding: 24px;
    margin-top: 24px;
    -webkit-box-shadow: 0px 8px 36px 1px rgb(0 0 0 / 24%);
    box-shadow: 0px 8px 36px 1px rgb(0 0 0 / 24%);
}