html {
  height: 100%;
  font-family: "Tinos", sans-serif !important;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  background-color: #f4f4f4;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}