body {
  margin: 0;
  background: #eee;
  font-family: "Roboto";
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 100px;
  background-color: #1f2937;
  color: #fff;
}

.logo {
  color: #f9faf8;
  font-size: 24px;
  margin-right: auto;
}
.nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all 0.3sec ease-out;
}
.nav a:hover {
  color: #c5cae9;
  transform: rotate(6deg);
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.nav li {
  margin: 20px;
}
.hero {
  background-color: #1f2937;
  padding: 60px 100px;
  justify-content: flex-start;
  display: flex;
  color: #fff;
  font-size: 18px;
}
.button,
.button2 {
  background-color: #3882f6;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1.18rem;
  display: inline-block;
}
.hero h1 {
  font-size: 48px;
  font-size: 800;
}
.hero p {
  font-size: 18px;
  color: #f9faf8;
  padding: 20px;
}
.hero-img {
  max-width: 500px;
  height: auto;
  padding: 20px;
  border-radius: 15px;
}
.title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 900;
  padding: 20px;
  margin-top: 20px;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  padding: 60px 100px;
}
.info {
  max-width: 200px;
}
.info-img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  border: 5px solid #3882f6;
}
.quote-content {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 60px 100px;
  background-color: #e5e7eb;
  font-size: 36px;
  color: #1f2937;
  font-style: italic;
}
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 100px;
}
.box {
  background-color: #3882f6;
  height: 180px;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 50px;
  line-height: 0.5;
  border-radius: 15px;
}
.button2 {
  border-radius: 15px;
  border: 5px solid white;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  background-color: #1f2937;
  color: #fff;
}
