
h1 {
  /*
    - Minimum size: 1.5rem (24px)
    - Preferred size: 5% of the viewport width (5vw)
    - Maximum size: 3rem (48px)
  */
  font-size: clamp(1.5rem, 2vw, 3rem);
}


/* Targets a standard Full HD landscape screen */
@media (width: 1080px) and (height: 1920px) {
  /* CSS rules specifically for this screen size */
  .footer-style{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    
}
}

