@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
:root {
    --hot-pink: #f26680;
    --pink: #f066f2;
    --blue: #0d05f2;
    --green: #04d98b;
    --yellow: #f2e205;
    --black: #1e1f22;
    --white: #FAF9F6;
}

/* core */
h1, h2, h3, h4, h5, h6, p, span, table, a {
    font-family: 'JetBrains Mono', monospace;
}
h1 {
    font-size: 7rem;
    padding: 0;
    margin: 0;
}
h2 {
    font-style: italic;
    text-align: center;
}
section {
    border-radius: 5px;
    position: relative;
    display: inline-block;
    margin: 5rem;
    border: 1px solid red;
}