@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html{
    min-height:100%;
    position:relative;
}
body{
    height:100%; 
   font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}