body{
  font-family: var(--mulish);
  background-color: var(--blue);
}

@media screen and (max-width: 420px){
  html{
    font-size: 12px;
  }
 
}
