@import url('https://fonts.googleapis.com/css2?family=Fragment+Mono&display=swap');
body {
    font-family: "Fragment Mono", monospace;
    line-height: 1.6;
    font-size: clamp(1.6rem, .7vw + 1rem, 2.5rem);
    font-weight: 600;
    background-color: #191919;
    color: #3b6363;
}

a, a.visited {
    color: 	#3b6363;
}

#code:hover{
    cursor: pointer;
    text-decoration: underline;
}

.title {
    position: fixed;
    top: 0;
    right: 1%;
    margin-top: 0;
    font-size: 1.8em !important;
    color: dimgrey;
    user-select: none;
}

#pattern {
    position: fixed;
    inset: 0;
    z-index: -1;
}