@keyframes go-back {
  0% {
      transform: translateX(100px);
  }
  100% {
      transform: translateX(0);
  }
}

body{
  background-image: url(https://indicadoreslibrelato.powerappsportals.com/Imagem%20Capa%20vertical.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  animation: go-back 1s;
}
h1{
  font-family: 'ashley-extrabold-regular', sans-serif;
}
a:hover{
  transition: 200ms linear;
  transform: scale(1.050);
  border-radius: 25px;

}

/* a{
  border-radius: 25px;
} */
.dropdown-menu{
  border-radius:10px;
}
