body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f0f0;
}

.container {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  max-width: 600px;
  text-align: center;
}

header {
  text-align: left;
}

header img {
  width: 150px;
  height: auto;
}

main {
  padding: 20px;
}

h1 {
  font-size: 2em;
  margin-bottom: 15px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

li {
  margin-bottom: 5px;
}
