html{
    display: flex;
    height: 100%;
    justify-content: center;
    background: #4B79A1;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #283E51, #4B79A1); 
background: linear-gradient(to right, #81bef1, #71bd82);
font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: whitesmoke
}
body{
    margin: auto 0;
}
body p{
    font-size: clamp(2rem, 3.5vw, 8rem);
    text-align: center;
}