body {
    background-color: #282C34;
}

header {
    font-size: 300%;
    text-align: center;
    font-family: Hack;
    border: 2px solid #98C379;
    background-color: #4F5666;
    padding: 10px;
}

@font-face {
    font-family: "JetBrains";
    src: url(fonts/JetBrainsMonoNerdFont-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family: "JetBrains";
    src: url(fonts/JetBrainsMonoNerdFont-Italic.ttf);
    font-style:italic;
}

h1 {
    color: #E06C75;
    font-family: Hack;
}
.top_heading {
    text-align: center;
}
h2 {
    color: #E06C75;
}
h3 {
    color: #EBCB8B;
}
p {
    color: #9FA6B2;
    font-family: "JetBrains";
}
.fastfetch-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: "JetBrains";
}

.fetch-heading {
    font-size: 1rem;
    padding-bottom: 0%;
}

.fastfetch-catagories {
    color: #C678DD;
    font-weight: bold;
}