@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/Roboto-Regular.ttf");
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto;
}

body {
  background-color: #f5f5f5;
}

.main {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-weight: bold;
  margin-top: 1.25em;
  margin-bottom: 0;
}

h2 {
  font-weight: lighter;
  margin-top: 0.5em;
  margin-bottom: 0;
}

select {
  padding: 3px;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 0;
}

p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
