.play {
  background-image: url("http://majestic-rp-gta.ru/wp-content/uploads/2024/05/logo-majestic.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.play:hover {
  background-image: url("http://majestic-rp-gta.ru/wp-content/uploads/2024/05/logo-majestic.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 12px 4px #e81c5b;
}

.aligncenter.wp-image-41.size-full {
  border-radius: 10px;
}

.aligncenter.wp-image-41.size-full:hover {
  border-radius: 10px;
  box-shadow: 0 0 12px 4px #e81c5a;
}

h1 {
  text-align: center;
  color: #e81c5b;
}

.table-of-contents.open {
  background-color: #242424;
  border-radius: 15px;
}

img {
  border-radius: 10px;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-radius: 12px;
  border-left-width: 30px;
  border-right-width: 30px;
}