* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.house {
  width: 100vw;
  height: 100vh;
  align-content: center;
  justify-items: center;
}

.title p {
  display: inline-block;
}

.title {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
}

.emailLink {
  padding-top: 4px;
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
}

.title a {
  color: blue;
  text-decoration: none;
  display: inline-block;
}/*# sourceMappingURL=main.css.map */