body {
    background-image: url('../img/background.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
}

h1 {
    text-shadow: 2px 2px 4px #000000;
    color: white;
    text-align: center;
}
h2{
    text-shadow: 2px 2px 4px #2fff00;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px;
    border-radius: 5px;
}