@charset "utf-8";


* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}
li {
  list-style: none;
  font-size: 18px;
  margin-top: 20px;
}
img {
  vertical-align: bottom;
}
/* html */
body {
  background-color: #fff;
}
/* header */
.header {
background-color: rgb(84, 235, 255);
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 40px;
}
.title {
  background-color: rgba(30, 30, 30, 0.25);
  text-align: center;
  padding: 60px 120px;
  color: #fff;
}
h1 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
}
h2 {
  margin-bottom: 5px;
  font-size: 20px;
  justify-content: center;
}
h3{
  font-size: 25px;
margin-bottom: 20px;
padding: 6px 24px;
background-color: rgb(84, 66, 186);
border-radius: 6px;
}
h3 p {
  margin-bottom: 20px;
  margin-top: 20px;
}
.title p {
  font-size: 18px;
  font-weight: 500;
}
.main > p{
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
.container {
  border: 1px solid #ffffff;
  width: 940px;
margin-bottom: 20px;
margin-top: 20px;
}
.container ul {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.container li {
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
}
.container li p {
  font-size: 16px;
line-height: 1.4;
text-align: justify;
}
footer {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgb(33, 53, 105);
  height: 20vh;
  color: #fff;
  text-align: justify;
  padding-top: 20px;
}
footer p {

  text-align: center;
  padding: 60px 0;
}