.cover-page
  align-items center
  background-position center
  background-size cover
  display flex
  height 100vh
  justify-content center
  position relative
  text-align center

  .intro
    color #fff
    font-family 'Source Sans Pro'
    font-size 42px
    font-weight 900
    letter-spacing 10px
    line-height 50px
    margin-bottom 20px
    text-transform uppercase
    word-spacing 15px

  .content
    background rgba(255, 255, 255, .95)
    border-radius 10px
    box-shadow 0 0 100px 0 rgba(black, .5)
    color #333
    display block
    margin 0 auto
    max-width 90%
    padding 50px 40px
    text-align left
    width 400px
    z-index 30
