* {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    padding: 0;
    background-color: #292929;
    background-image: url('../img/stormseeker-vRCZ3DztaoA-unsplash.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.8);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    height: 100%;
    text-align: center;
  }

  .container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    height: 100vh;
  }

  header {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }

  .emoji {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  h1 {
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
    font-weight: 800;
  }

  footer {
    margin-bottom: 2rem;
    font-size: 0.95rem;
    letter-spacing: 1px;
  }

  p {
    line-height: 1.625;
  }