
<style>
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
</style>

p{
  font-size: 18px;
}

h2{
  font-family: 'Bebas Neue', cursive;
  font-size: 70px;
}

h1{
  font-family: 'Bebas Neue', cursive;
  font-size: 80px;
}

h4{
  font-size: 45px;
  font-family: monospace;
}

footer{
  font-family:  monospace;
}

.vinculo{
  color: #af0000;
  text-decoration: none;
  font-weight: bold;
}

.vinculo:hover{
  color: #ff5858;
  text-decoration: none;
}

.pross{
padding-bottom: 8px;
}

.slider .btn{
  margin-top: 10px;
  padding: 50px;
  border-radius: 10px;
}

.activator{
  width: 100px;
  height: 300px;
}
