@import url('https://fonts.googleapis.com/css?family=Raleway:200,100,400');

.container {
    overflow:hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 3rem;
}

h1 {
  font-weight: 200;
  margin-left: 50px;
  font-size: 3rem;
}


/* Cursor */
.txt-type > .txt {
  border-right: 0.2rem solid #777;
}

@media(min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

@media(max-width: 800px) {
    h1 {
        font-size: 2rem;
        margin-left: 70px;
    }
    .container {
    padding: 0 1rem;
  }

}
