html,
body {
  background-color: black !important;
}

body {
  font-family: "Bebas Neue", sans-serif !important;
}

h1 {
  color: white !important;
}

h2 {
  color: darkgray !important;
}

p {
  color: black !important;
}

.profile {
  width: 150px;
  height: auto;
}

.donate {
  filter: invert(1);
  width: 40px;
  opacity: 40%;
  transition: transform 0.2s ease;
}

.donate:hover {
  transform: scale(1.3);
  cursor: pointer;
}

.icon {
  filter: invert(1);
  width: 50px;
  background-color: lightgrey;
}

.icon-new {
  width: 50px;
  background-color: red;
}

.item {
  background-color: lightgrey;
  transition: transform 0.2s ease;
}

.item:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.item:active {
  background-color: grey;
}
