:root {
    font-size: 10px;
}
* {
    text-align: center;
}
h1 {
    font-size: 4rem;
}
p {
    font-size: 1.7rem;
}
a {
    color: black;
    text-decoration: none;
    cursor: text;
}
canvas {
    /* background-color: rgb(207, 207, 207); */
    display: block;
}
#settings-box {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 2rem;
    text-align: right;
}