* {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

#app {
  background: rgb(233, 232, 232);
}

.oficial {
  color: #007744;
}

.titulo-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-ranking {
  font-size: 14px;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #636262;
}

.title-tables {
  font-size: 20px;
  color: #636262;
}

strong {
  font-size: 16px;
  font-weight: 'bold';
}

.logout-sair {
  background: rgb(231, 89, 89);
  color: white;
}

.legenda-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.legenda-title b {
  font-size: 1rem;
}

.scrollable {
  width: 100%;
  height: 300px;
  overflow: auto;
}

.container-logs{
  padding: 20px 20px;
  background: #000;
}

.container-logs h1{
  color: #fff;
  font-size: 16px;
  margin-bottom: 1rem;
}

.container-logs p{
  color: green;
  line-height: 1rem;
}