@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;1,100..800&display=swap');

* {
    line-height: 1;
}
a {
  text-decoration: underline dotted;
  text-decoration-color: inherit;
  color: inherit;
}
.selectable {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}
canvas#c {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}
body, center {
    position: relative;
    z-index: 1;
}
u {    
    border-bottom: 1px dotted white;
    text-decoration: none;
}
.button {
    background-image: linear-gradient(#313131, #252525);
    border-color: #cdcdcd;
    border-width: 0x;
    border-radius: 16px;
    color: white;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    font-family: "JetBrains Mono";
    font-weight: 500;
    transition-duration: 0.4s;
    box-shadow: 0px 1px 4px black;
    letter-spacing: -0.05em;
}
.button:hover {
    background-image: linear-gradient(#313131, #252525);
    color: white;
    text-shadow: 0px 0px 4px white;
    box-shadow: 0px 0px 18px white;
}
h1 {
    color: white;
    text-shadow: 0px 1px 3px black;
    font-family: "JetBrains Mono";
    font-weight: 500;
    letter-spacing: -0.07em;
}
li {
    color: white;
    font-family: "JetBrains Mono";
    font-weight: 500;
}
.title1 {
    font-size: 80px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 800;
    letter-spacing: -0.08em;
}
.sTitle1 {
    color: white;
    font-family: "JetBrains Mono";
    font-weight: 500;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
}
html, body {
    height: 90%;
    margin: 0;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.05em;
    background-color: #0f0f0f;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
