@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
    background-color: #0d0d0f;
    color: #e8e0f0;
    font-family: 'Press Start 2P', cursive;
    font-size: 12px;
    margin: 0;
    padding: 40px;
}

/* header */
h1 {
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    color: #c89bff;
    text-transform: uppercase;
    letter-spacing: 6px;
    border-bottom: 2px solid #7b2d8b;
    padding-bottom: 16px;
    margin-bottom: 40px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e75480;
    margin-bottom: 10px;
}

/* cards */
p, div {
    background-color: #1a1a2e;
    border: 1px solid #7b2d8b;
    border-left: 4px solid #c89bff;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 32px;
    line-height: 2;
}

strong {
    color: #f0c040;
}