body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

h1 {
    font-size: 48px;
}

.slogan {
    font-size: 24px;
    margin: 20px 0;
}

.status {
    font-size: 18px;
    margin-top: 5px;
}

body {
    /* Set the background image */
    background: url('path_to_your_image.jpg') no-repeat center center fixed; 
    background-size: cover;
}