body {
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
    color: #000;
}

h1 {
    border: 2px solid #000;
    padding: 20px;
    font-size: 2rem;
    text-align: center;
    max-width: 80%;
    background-color: #fff;
    box-shadow: 10px 10px 0px #000;
}