body {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #e9e9e9;
  line-height: 1.6;
}

header {
  background-color: #008698;
  color: #fff;
  padding: 35px 24px;
  text-align: center;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

footer {
  margin-top: 35px;
  background-color: #008698;
  text-align: center;
  color: #ffffff;
  padding: 22px;
  font-size: 18px;
}

.box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.project {
  background-color: #ffffff;
  margin: 20px auto;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.project h2 {
  color: #008698;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.project h3 {
  color: #008698;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.project h4 {
  color: #0e0e0e;
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
}

strong {
  font-weight: 700;
}

.project p {
  margin: 0 auto;
  text-align: center;
  padding: auto 40px;
  font-size: 20px;
  color: #000000;
  line-height: 2;
}

.project ul {
  padding-left: 10px;
  margin: 20px auto;
  
}

.project ul li {
  color: #000000;
  
  margin-left: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}

video {
  margin: 20px auto;
  
  width: 100%;
  max-width: 1000px;
  border-radius: 16px;
  height: auto;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

header h1 {
  margin: 0 auto;
  font-size: 44px;
  font-weight: 800;
}

