* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f4f4f4;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 600px;
  padding: 20px;
}

h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.tagline {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #555;
}

.status {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007acc;
  margin-bottom: 40px;
}

footer {
  font-size: 0.9rem;
  color: #888;
}
@font-face {
    font-family: 'Comic Sans MS';
    src: url('../res/comicbd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
