body {
  font-family: Arial;
  background: #f7f7f7;
  margin: 0;
}

.logo {
  text-align: center;
  margin-top: 100px;
}

.imagemLogo {
  height: 100%;
}

.menu {
  margin-top: 50px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

a {
  background: #f0eeee;
  padding: 15px;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
}

.conteudoPrincipal {
  margin-top: 60px;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(2, 450px);
  background: #f0eeee;
  place-self: center;
  text-align: right;
}

.imagemPrincipal {
  max-width: 450px;
  min-width: 30%;
  display: grid;
  grid-row: 1 /-1;
  grid-column: 2;
}

h1 {
  place-self: end;
  padding-right: 25px;
}

.descricao {
  font-size: 18px;
  padding-left: 40px;
  padding-right: 25px;
}

button {
  place-self: start end;
  margin-right: 25px;
  padding: 10px 25px;
  background: #ee2211;
  border: 0;
  color: #f0eeee;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 300;
}

h2 {
  font-size: 64px;
  color: #c6c6c6;
}
.conteudoSegundario {
  display: grid;
  grid-template-columns: 450px 50px 400px;
  place-content: center;
}

.h2 {
  grid-row: 1 / 3;
  text-align: right;
  margin-right: 20px;
}

.estatisticas {
  grid-column: 3;
  background: #f0eeee;
  padding-right: 50px;
}
.imagens {
  grid-column: 2;
  background: #f0eeee;
  padding: 20px;
  padding-bottom: 170%;
}

.paragrafoInfo {
  font-weight: 500;
}

h3 {
  font-size: 16px;
}

footer {
  margin-top: 70px;
  text-align: center;
  background: #f0eeee;
  padding: 30px;
}
