/* Style for index.html */

@font-face {
    font-family: "JetBrainsMono-Regular";
    src: url("JetBrainsMono-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #1B1B1B;
}

h1 {
    color: white;
    text-align: center;
}

p {
    font-size: 20px;
    color: gray;
    text-align: center;
}