body {
    background: url(pexels-photo-265626.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin: 40px auto;
    background: rgba(22,22,22, 0.5);
    width: 100%;
    max-width: 720px;
    border-radius: 5px;
    padding-bottom: 32px;
  }
  
  .header {
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }

  h1, a {
    min-height: 120px;
    width: 90%;
    max-width: 700px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    padding-top: 40px;
  }
  
  p {
    width: 90%;
    max-width: 700px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 32px;
  }