html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.page-content {
  
  padding: 24px 0 72px;
  max-width: 600px;
  min-height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.player-wrapper {
  width: 100%;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
}

.video {
  width: 100%;
}

.link-wrapper {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px 16px;
}

.link {
  color: #fff !important;
  font-size: 16px;
  line-height: 20px;
}

body {
  background: rgb(32,113,195);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(32,113,195,1)), to(rgba(17,47,83,1)));
  background: -o-linear-gradient(bottom, rgba(32,113,195,1) 0%, rgba(17,47,83,1) 100%);
  background: linear-gradient(0deg, rgba(32,113,195,1) 0%, rgba(17,47,83,1) 100%);
  background-repeat: no-repeat;
  min-height: 100vh;
  font-family: 'Open Sans', sans-serif;
}

.stripe-cover {
  width: 100%;
  margin-bottom: 16px;
}
