body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
body * {
  box-sizing: border-box;
}

.container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#text-page {
  padding: 100px 0;
}
#text-page * {
  color: #fff;
}

#home {
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home h1,
#home h2 {
  margin: 10px 0;
  font-weight: 300;
}
#home .contact-me {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300;
  margin-top: 30px;
}
#home .contact-me:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */
