body {
    background-image: url('./media/background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Neutral font */
    font-family: Arial, sans-serif;
}

.center-content {
    text-align: center;
}

h1 {
    color: rgb(255, 255, 255);
    font-size: 32px;
}

img {
    max-width: 500px;
}