html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-content {
  max-width: 480px;
  margin: auto;
}

.img {
  width: 100%;
  display: block;
}

audio {
  max-width: 100%;
}

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

.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;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  background: rgba(17,47,83, .8);
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}