.resume-link {
  color: black;
  font-size: 20px;
}

.text-green {
  color: green;
}

.self-image {
  max-width: 13rem !important;
  margin-top: 2em;
}

.filler {
  min-height: 5rem;
}

* {
  margin: 0;
  padding: 0;
}
.terminal {
  border-radius: 5px 5px 0 0;
  position: relative;
}
.terminal .top {
  background: #e8e6e8;
  color: black;
  padding: 5px;
  border-radius: 5px 5px 0 0;
}
.terminal .btns {
  position: absolute;
  top: 7px;
  left: 5px;
}
.terminal .circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 15px;
  margin-left: 7px;
  border-width: 1px;
  border-style: solid;
}
.title {
  text-align: center;
  visibility: hidden;
}
.red {
  background: #ec6a5f;
  border-color: #d04e42;
}
.green {
  background: #64cc57;
  border-color: #4ea73b;
}
.yellow {
  background: #f5c04f;
  border-color: #d6a13d;
}
.clear {
  clear: both;
}
.terminal .body {
  background: black;
  color: #7afb4c;
  padding: 8px;
  overflow: auto;
}
.space {
  margin: 30px;
}
.shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

pre {
  white-space: pre-wrap;
}
