/*Adicione seu css customizado neste arquivo*/
html {
  scroll-behavior: smooth;
}
.yellow-bg {
    background-color: #f8a900;
    border-radius: 12px;
}
.yellow-bg:hover {
    background-color: #f8a900db;
}
.yellow-bg a {
    color: #171717 !important;
}
