::selection {
  background-color: rgba(255, 89, 133, 0.5);
}

::-moz-selection {
  background-color: rgba(255, 89, 133, 0.5);
}

body {
  background-color: white;
}

.icon {
  border-radius: 25px;
}

.home_card {
  display: flex;
  height: 95vh;
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
}

.home_card h1 {
  font-size: 60px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .home_card h1 {
    font-size: 50px;
  }
}

.home_card a {
  text-decoration: none;
  color: #0d6efd;
}

.scrollButton {
  scroll-behavior: smooth;
}

.all_card_element {
  display: inline;
  justify-content: center;
  align-items: center;
}

.card_master {
  display: flex;
  min-height: 50px;
  width: 90%;
  margin: 128px auto 128px auto;
}

.card_master button {
  opacity: 0;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-property: opacity;
  -webkit-transition-property: opacity;
}

.card_master:hover button{
  opacity: 1;
}

.mx_card {
  width: 100%;
  color: black;
  border-radius: 75px;
  background-color: white;
  box-shadow: 10px 10px 16px 16px #E3E3E3;
  padding: 32px;
}

.card_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_image img {
  max-width: 450px;
  width: 100%;
  border-radius: 25%;
}

.card_element {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.card_element a {
  text-decoration: none;
}

.add-discord-bot{
  font-weight: bold;
  padding: 7px;
  background-color: #8b00d6;
  border-radius: 15px;
  user-select: none;
}

.add-discord-bot-confess{
  font-weight: bold;
  padding: 7px;
  background-color: #007fe1;
  border-radius: 15px;
  user-select: none;
}

.planningschool-information{
  font-weight: bold;
  padding: 7px;
  background-color: black;
  border-radius: 15px;
  user-select: none;
}

.ame-button{
  border-radius: 15px;
  border: 2px solid black;
  padding: 7px;
  color: black;
}

.btn-outline-maxschool {
  --bs-btn-color: #4200a4;
  --bs-btn-border-color: #4200a4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4200a4;
  --bs-btn-hover-border-color: #4200a4;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4200a4;
  --bs-btn-active-border-color: #4200a4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4200a4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4200a4;
  --bs-gradient: none;
}


.disabled{
  cursor: not-allowed;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  background-color: #2C2834;
  color: black;
}

footer p {
  margin: 0;
}

@media (prefers-color-scheme: dark) {
  .mx_card {
    color: white;
    background-color: #212529;
    box-shadow: 10px 10px 16px 16px #3d3d3d;
  }

  .ame-button{
    border: 2px solid white;
    color: white;
  }
}