body {
  margin: 0;
  font-family: Roboto, "Times New Roman", Times, serif;
}

.section1 {
  background-color: #1f2937;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.header {
  display: flex;
  align-items: center;
  padding: 18px 150px 0 150px;
  justify-content: space-between;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 18px;
}
.second,
.image,
a,
.text2,
.footer {
  color: #e5e7eb;
  font-size: 18px;
}

a {
  text-decoration: none;
}
.main {
  font-size: 48px;
  color: #f9faf8;
  font-weight: 900;
}
button,
.logo,
.text1 {
  font-size: 24px;
  color: #f9faf8;
  font-weight: 900;
}
button {
  background-color: #3882f6;
  border-radius: 10px;
  padding: 8px 35px 8px 35px;
  font-size: 18px;
  border: none;
  margin-top: 18px;
  font-weight: 650;
}
.image {
  background-color: #6d747d;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 750px;
  flex: 1;
}
.content {
  display: flex;
  justify-content: space-between;
  padding: 150px;
  gap: 50px;
}
.contain {
  width: 450px;
}
.section2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.box {
  border: 4px #3882f6 solid;
  width: 150px;
  height: 150px;
  border-radius: 15px;
}
.subtext {
  color: #646d79;
  text-align: center;
}
.box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  gap: 8px;
}
.section2 .content {
  display: flex;
  padding: 0;
}
.inform {
  font-size: 36px;
  color: #1f2937;
  font-weight: 900;
  margin: -45px 0 45px 0;
}
.section2 {
  padding: 100px;
}

.section3 {
  background-color: #e5e7eb;
  padding: 120px;
  display: flex;
  justify-content: center;
}

.quote {
  font-size: 36px;
  font-style: italic;
  font-weight: lighter;
  color: #1f2937;
  max-width: 780px;
  margin-left: 30px;
}

.thor {
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  display: flex;
  width: 750px;
  justify-content: flex-end;
}

.section4 {
  padding: 100px;
  display: flex;
  justify-content: center;
}

.section4 .content {
  background-color: #3882f6;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1050px;
  padding: 50px 100px 50px 100px;
  gap: 180px;
  flex: 1;
  margin-left: 50px;
}
.section4 button {
  border: 2px solid;
}
.footer {
  background-color: #1f2937;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px;
  padding-left: 70px;
}
