@import url("https://fonts.googleapis.com/css?family=Roboto");
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

canvas {
  display: block;
  position: absolute;
  top: 0; }

.container {
  position: absolute;
  top: 14vh;
  right: 2vw;
  width: 25vw;
  padding: 0 2vw;
  height: 72vh;
  background-color: transparent;
  z-index: 1;
  text-align: center; }
  .container p {
    font-family: "Roboto", sans-serif;
    font-size: 1.2vw;
    line-height: 3vh; }
  .container h2 {
    position: relative;
    top: 0;
    left: 0;
    margin: 3vh auto;
    width: fit-content;
    font-size: 2vw;
    font-family: "Roboto", sans-serif;
    font-weight: 200; }

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