body {
  margin: 0;
  font-family: "Times New Roman", serif;
  margin-top: 150px; /* Add margin-top to prevent content from being hidden by the fixed header */
}

header {
  text-align: center;
  padding: 20px;
}

.logo {
  width: 90px;
  margin-bottom: 10px;
}

.title {
  font-size: 18px;
  line-height: 1.4;
}

main {
  padding: 60px 80px;
  font-size: 28px;
}

ul {
  margin-top: 20px;
}

li {
  margin-bottom: 10px;
}
