body {
    padding: 20px;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    background-color: #424B54;
    color: #F0EFF4;
    overflow-y: hidden;
}

p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #F0EFF4;
  line-height: 1.6;
}

.subtitle {
  font-size: 24px;
  text-align: center;
  display: block;
}

.video-container {
    width: 80%;
    height: 60vh;
    position: center;
    display: none;
    margin: 0 auto;
}

.video-js {
    background-color: #424B54;
    width: 80% !important;
    height: 80% !important;
    display: none;
}

.video-js .vjs-picture-in-picture-control {
  display: none;
}

.btn {
  padding: 8px 12px;
  border-radius: 10px;
  border: 2px solid rgba(0,0,0,.1);
  cursor: pointer;
  font-size: 16px;
}

.btn:hover {
  border: 2px solid rgba(0,0,0,.8);
}