 html,
    body,
    header,
    .intro-section {
      height: 100%;
    }
      
      * {
  box-sizing: border-box;
}
    
