#loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 9999;
}

.mp-button {
  background-color: #009eff;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 6px;
  border: none;
}

.mp-button:hover {
  color: white;
  background-color: #1e94de;
}

#mp-vid {
  filter: brightness(-50px);
}

.mp-text {
  text-shadow: 5px 5px 10px black;
}

/* Cards */
.card-container {
  background-color: #009eff;
}

.card {
  background-color: white;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 20px -13px;
}

.card-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 95%;
  border-radius: 10px 10px 5px 5px;
  padding: 3px;
}

.card-title {
  color: #009eff;
  padding-top: 20px;
  padding-bottom: 15px;
}

.card-content {
  padding-right: 10%;
  padding-left: 10%;
  margin-bottom: 20px;
}

.card-button {
  background-color: #009eff;
  color: white;
  border: none;
  border-radius: 5px;
  width: 100px;
  align-self: center;
  padding: 4px;
  margin-bottom: 10%;
  transition: all 0.6s ease;
}

.card-button:hover {
  background-color: #1e94de;
  transform: scale(1.04);
  transition-duration: 2ms;
}

/* Ishihara test */

.ishiharaImg {
  width: 30vw;
  height: auto;
}
