*,
*::before,
*::after {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  height: 100vh;
  font-family: "san-serif";
  background-color: rgb(127, 243, 243);
  display: flex;
  justify-content: center;
  align-content: center;
}
h1 {
  font-family: "comic sans ms";
  color: rgb(190, 10, 10)150, 12, 12);

}