/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

.line {
  color: white;
  position: relative;
  top: 50%;
  /* width: 16.3em; */
  margin: 0 auto;
  /* border-right: 2px solid rgba(255, 255, 255, 0.75); */
  font-size: 180%;
  /* text-align: center; */
  /* white-space: nowrap; */
  overflow: hidden;
  /* transform: translateY(-50%); */
}

/*Animation*/

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 16.3em;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

.margineTitle {
  margin-top: 60px;
}
