body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  color: #666;
}

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

.semi-bold {
  font-weight: 600;
  color: #333;
}

.container img {
  width: 128px;
  height: 91px;
}
