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

/* Global Styles */
html {
  min-height: 100%;
  overflow: hidden;
}

body {
  height: calc(100vh - 8em);
  padding: 4em;
  color: rgb(25, 25, 25);
  font-family: "Anonymous Pro", monospace;
  background-color: rgba(255, 255, 255, 0.75);
}

.line-1 {
  position: relative;
  top: 50%;
  width: 2500px;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 120%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  line-height: 1.5em;
}

.blinking-cursor {
  border-right-color: transparent;
}
