body {
  margin: 0;
  padding: 0;
  font-family: "Roboto" , sans-serif;
  background-color: #201f1f;
}

.section1 {
  background-image: url("./IMG/fundoTrilha.png");
  background-size: cover;
  height: 70vh;
  text-align: center;
  justify-content: center;
  padding: 200px;
}

.section1 h1 {
  font-size: 64px;
  color: #C9F31D;
}

.section1 p {
  font-size: 32px;
  color: white;
}

.section2 {
  padding: 80px;
}

.section2 h1 {
  text-align: center;
  color: white;
  font-size: 40px;
}

.section2 h1 span {
  color: #C9F31D;
}

.blocos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-items: center;
}

.bloco {
  background-color: #C9F31D;
  text-align: center;
  padding: 30px;
  width: 400px;
  height: 400px;
  border-radius: 10px;
}

.icone {
  width: 102px;
  height: 102px;
}

.bloco h2 {
  font-size: 32px;
}

.section2 p {
  font-size: 24px;
  padding-bottom: 40px;
  line-height: 1.5;
}

.section2 a {
  text-decoration: none;
  background-color: black;
  color: #C9F31D;
  padding: 20px;
  border-radius: 5px;
}


.section3 {
  background-color: #C9F31D;
  padding: 50px;
  text-align: center;
}

.section3 h1 {
  font-size: 50px;
  padding-bottom: 30px;
}

.section3 a {
  text-decoration: none;
  background-color: black;
  color: #C9F31D;
  padding: 20px;
  border-radius: 5px;
}

