* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  html {
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-image: url("heroTVDM.jpg") no-repeat center center fixed;
    background-blend-mode: darken;
    -webkit-transition: 3s;
    transition: 3s;
    
  }
  
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
  }

  h1 {
      color: #000000;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      font-family: 'Forum', cursive;
      font-size: 2rem;
  }

  .smaller {
    font-size: 1.4rem;
  }
  

  /* @media all and (max-width: 770px) {
    .content {
      display: none;
    }
  }
   */
