/* style.css */

body {
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center; /* Center the content */
}

.header {
    margin-bottom: 20px;
}

.logo {
    width: 200px; /* Adjust as needed */
}

.message {
    font-size: 14px;
    color: #333;
}

.home-link {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    color: #000; /* Assuming black based on the image */
    text-decoration: none;
}