html {
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

email {
    font-family: 'Roboto Mono', monospace;
    background-color: #e4e4e4;
    width: max-content;
    padding: 2px 5px;
    border-radius: 5px;
}

links {
    font-family: 'Roboto Mono', monospace;
}

canvas {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -50vmin;
    width: 100vmin;
    height: 100vmin;
}
