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

.container {
  font-family: Arial, Helvetica, sans-serif;
  /* background: #f5f5f5;
  padding: 40px 0;
  display: flex;
  justify-content: center; */
  position: relative;
}

.container {
  width: 100%;
  background: #ffffff;
  padding: 40px;
}

h1 {
  font-size: 32px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  color: #000;
  text-align: center;
}

.container h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
}

.container p {
  line-height: 1.6;
  margin-bottom: 12px;
  color: #444;
  font-size: 15px;
}
