@font-face {
    font-family: 'JetBrains Mono';
    src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: rgba(15, 86, 104, 0.445);
}
h1 {
    color: #3e1d69;
    font-family: "Comic Sans MS", serif;
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
}

h2 {
    font-family: "Fira Code", serif;
    font-size: 20px;
    font-weight: lighter;
}

p {
    color: darkred;
    font-family: "Comic Sans MS", serif;
    font-size: 18px;
}

a {
    font-family: "Comic Sans MS", serif;
    font-size: 20px;
    text-decoration: none;
}

h3 {
    color: cornflowerblue;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 20px;
    text-decoration-thickness: auto;
}

article {
    color: azure;
    font-family: "Comic Sans MS", serif;
    font-size: 18px;
}
ul, li {
    color: azure;
    font-family: "Comic Sans MS", serif;
    font-size: 18px;
}
h4 {
    color: azure;
}