@import url("./roboto.css");

html,
body {
  height: 100%;
}

body {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5em;
}

a[href^="tel:"] {
  color: inherit;
}

h1 {
  margin-bottom: 0px;
}

h2 {
  margin-top: 10px;
}

@media (max-width: 500px) {
  body {
    font-size: 1em;
  }
}
