@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800;900&display=swap');

a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}

body,html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1vw;
  font-family: 'Poppins', sans-serif;
  background: #1e1e1e;
}

.titulo{
  width: 50%;
  margin-left: 40%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: 'Poppins', sans-serif;
}

.botao {
  width: 18%;
}

.fundo{
  padding: 1%;
  background: #fff;
  width: 98%;
}