html,
body {
  height: 100%;
}
body {
  font-family: arial;
  background: #af2b5b;
  background: linear-gradient(0deg, #af2b5b 0%, #ff9c00 100%);
  display: block;
  margin: 0 auto;
}
.open-info {
  border-radius: 2rem;
  border: none;
  padding: 6px 15px;
  z-index: 3;
  position: inherit;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  background: white;
  cursor: pointer;
}
.info-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #af2b5b;
  background: linear-gradient(0deg, rgba(175, 43, 91, 0.95) 0%, #ff9c00 100%);
}
.info-modal.show {
  display: block !important;
}
.info-modal h2 {
  font-size: 1rem;
}
.info-modal h1 a {
  text-decoration: none;
}
.info-modal a {
  text-decoration: none;
  color: #af2b5b;
  text-shadow: 1px 1px #ffffff1e;
}
.info-modal .info-content {
  padding: 30px 10% 10%;
}
.info-modal .close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  cursor: pointer;
  border: none;
  background: transparent;
}
.controll-buttons {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  max-width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  /* padding-right: 5%; */
  width: 100%;
  backdrop-filter: blur(6px);
}
.controll-buttons button {
  font-size: 1.5rem;
  border: none;
  border-radius: 2rem;
  display: inline-block;
  margin: 0 0 15px 0;
  width: 45%;
  max-width: 200px;
  padding: 15px 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
  font-weight: bold;
  font-size: 12px;
  color: white;
  width: 100%;
  cursor: pointer;
  min-height: 15px;
  vertical-align: top;
  box-shadow: 3px 3px 3px #0000001b;
}
.controll-buttons button:focus {
  background-color: #007188;
  color: white;
  box-shadow: inset 3px 3px 3px #0000001b;
}
.controll-buttons .footer a {
  color: white;
  font-size: 0.8rem;
  padding: 3px;
  margin: 7px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid white;
  letter-spacing: 1px;
}
.play-buttons {
  display: block;
  text-align: center;
  margin: 30px;
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  bottom: 55px;
  overflow-y: auto;
  overflow-x: hidden;
}
.play-buttons .play {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border: none;
  border-radius: 2rem;
  margin: 15px auto;
  padding: 15px;
  padding-right: 80px;
  padding-left: 60px;
  height: 60px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1a002f;
  color: white;
  max-width: 300px;
  cursor: pointer;
  background-image: url('/img/icon-play.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  box-shadow: 3px 3px 3px #0000001b;
}
.play-buttons .play:focus {
  background-color: #717171;
  color: white;
  box-shadow: inset 3px 3px 3px #0000001b;
  transition: background ease-in-out 0.4s;
}
.info-text {
  padding-top: 60px;
  padding-bottom: 5px;
  font-size: 3rem;
  color: white;
  background: #af2b2b;
  background: linear-gradient(180deg, #8c3a3a 50%, #4a4a96 150%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
  display: block;
  width: 100%;
}
#video {
  display: none;
}
.content-container {
  padding: 2% 10%;
  max-width: 750px;
  display: block;
  margin: 100px auto;
}
.content-container p {
  line-height: 1.5;
}
