html,
body {
  height: 100%;
  color: #AEA79F;
  font-size: 10px;
}
body {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 1.6rem;
  background-color: #77216F;
  line-height: 2.3rem;
  width: 100%;
}
.terminal {
  background-color: #2C001E;
  width: 55%;
  height: 80%;
  border-radius: 8px 8px 5px 5px;
  box-shadow: 5px 3px 12px black;
  margin: 2% auto 5%;
  overflow-wrap: break-word;
}
#user-text {
  color: #8AE234;
}
#title-bar {
  background: linear-gradient(90deg, gray 20%, white, gray 80%);
  color: black;
  width: 100%;
  height: 25px;
  font-family: 'Cantarell', sans-serif;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-align: center;
}
#title-bar div {
  padding-left: 0;
  margin-left: 6px;
  text-align: center;
}
#title-bar i:first-of-type {
  padding-left: 1.1%;
}
#title-bar i:last-of-type {
  padding-right: 0%;
}
#text-area {
  padding: 0 1%;
}
#text-area div {
  margin: 2px 5px;
  padding: 0;
}
i {
  position: relative;
  float: left;
  font-size: 5rem;
  margin-top: 3px;
  margin-right: 4px;
}
#path {
  color: #729FCF;
}
#cursor {
  position: relative;
  top: 5px;
  margin-top: 5px;
  display: inline-block;
  width: 1rem;
  height: 1.5rem;
  border: 1px solid #AEA79F;
}
.cursorOn {
  background-color: #AEA79F;
}
i.fa-free-code-camp,
i.fa-twitter {
  display: block;
  color: #dd4614;
  padding-left: 5%;
  font-size: 6rem;
  text-shadow: 5px 3px 12px black;
}
a {
  color: white;
}
#iconContainer {
  display: block;
  position: relative;
  float: left;
  clear: right;
  left: 7%;
  width: 6%;
  height: 100%;
}
#twitterButton {
  position: absolute;
  bottom: 18%;
  display: none;
  opacity: 0%;
}
#twitterButton i {
  padding-left: 15%;
}
.desktopIcon {
  color: white;
  text-shadow: 5px 3px 12px black, 0 0 15px white;
  line-height: 2.4rem;
  font-family: 'Cantarell', sans-serif;
  font-size: 1.9rem;
  transition: font-size 0.6s linear;
}
.desktopIcon:hover {
  font-size: 2.5rem;
  cursor: pointer;
}
.desktopIcon i {
  margin-bottom: 3px;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.visible {
  display: block;
}
