header h1 {
    background-color: #f8f9fa;
    padding: 1rem;
    font-size: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2c62e0;
    box-shadow: 1rem 1rem;
    max-width: 50%;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
};

body {
    background-color: black;
};