body {
  font-family: 'Rubik', sans-serif;
  background-color: #f8f9fa;
}

header {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 120px;
  background-color: white;
}

header .nav-item {
  padding: 0 10px;
}

.navigation .navbar-nav .nav-item a:hover {
  color: #F53838;
}

header .navbar-light .navbar-toggler {
  color: #F53838;
  border: none;
}

::-webkit-scrollbar {
  width: 15px;
  transition: background 0.2s ease, color 0.2s ease;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(191, 191, 191);
}

::-webkit-scrollbar-thumb {
  background: rgba(245, 56, 56, 255);
}

.terms-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

h2 {
  color: #F53838;
  margin-bottom: 20px;
}

h4 {
  margin-top: 25px;
  font-weight: 500;
}

p {
  line-height: 1.7;
  color: #555;
}

.update {
  font-size: 14px;
  color: #777;
  margin-top: 20px;
}

.btn-voltar {
  background-color: #F53838;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.btn-voltar:hover {
  background-color: #da2525;
  color: #fff;
}

footer .attribution a {
  text-decoration: none;
  color: black;
}