main {
  min-height: 80vh;  /* i need flexible height of this block but background gradient should be fixed 70 of height of wisible screen  */
  background: linear-gradient(to bottom, #e0f7fa 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 100% 70vh; 
  margin: 0; 
}