body {
    background-image: url("./static/background.webp");
    background-repeat: no-repeat;
    background-size: auto;
    font-family: 'Courier New', monospace;
    font-size: 2rem;
    color: #b0c4de;
    
}

b {
    font-variant: small-caps;
}

section {
    text-align: center;
}

.data-area {
    position: fixed;
    display: grid;
    place-items: center;
    width: 50%;
    height: 100%;
}

.card {
    background-color: rgba(9, 9, 9, 0.85);
    border-radius: 1rem;
}

article {
    padding: 1rem;
}