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

.section1 {
  text-align: center;
  padding: 70px;
}

.logo {
  width: 477px;
  height: 137px;
}

.section1 h1 {
  color: white;
  font-size: 50px;
}

.section1 h1 span {
  color: #c9f31d;
}

.section1 p {
  color: #FFFFFF;
  font-size: 32px;
  padding-bottom: 45px;
}

.section1 a {
  text-decoration: none;
  background-color: #c9f31d;
  padding: 15px;
  border-radius: 5px; 
  color: black;
}

.section2 {
  background-color: #c9f31d;
  padding-bottom: 150px;
}

.section2 h1 {
  text-align: center;
  font-size: 50px;
  padding-top: 40px;
}
.blocos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-items: center;
}

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

.icone {
  width: 107px;
  height: 106px;
}

.bloco h2 {
  color: white;
}

.bloco p {
  color: white;
  font-size: 24px;
}

.section3 {
  padding-bottom: 150px;
}

.trilha {
  float: left;
  width: 700px;
  padding-left: 200px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.section3 h1 {
  color: white;
  font-size: 90px;
  text-align: center;
  margin-bottom: 5px;
}

.section3 p {
  color: white;
  font-size: 38px;
  line-height: 1.5;
  text-align: justify;
  margin-right: 50px;
  
}

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

.section4 {
  background-color: #c9f31d;
  padding: 100px;
  display: grid;
  justify-items: center;
}

.section4 h1 {
  color: white;
  background-color: black;
  margin: 0;
  padding: 20px;
  border-radius: 5px;
}

.section4 p {
  background-color: white;
  margin: 0;
  line-height: 2.0;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid black;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
}

footer h1 {
  color:white;
  font-size: 30px;
}

footer span {
  color: white;
  font-size: 30px;
}


