body {
  color: #3B3A57;
}

.logo {
  cursor: pointer;
}

button {
  background-color: #3B3A57 !important;
  border-radius: 22px !important;
}

button:hover {
  background-color: #35344e !important;
}

footer {
  display: none;
}