body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
    font-family: 'Arial', sans-serif;
    color: #333;
  }
  
  .container {
    text-align: center;
  }
  
  .logo {
    width: 300px;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  .message {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  