@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}

img {
  max-width: 350px;
  width: 100%;
  margin: 50px;
}

h1, h2, p {
  font-family: "Roboto", sans-serif;
}

.title {
  text-align: center;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 700;
}

a {
  text-decoration: none;
}
a:visited {
  color: black;
}

.project {
  font-size: 17vw;
  font-weight: 900;
  text-align: center;
}
.project:hover {
  color: lightcoral;
}

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