nking {
  animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
  100% {
    color: transparent;
  }
}
.text {
  font-family: "Hack", monospace;
  color: #D8DEE9;
}

.body {
  font-size: large;
}

.heading {
  font-family: "Hack", monospace;
  color: #D08770;
}

.no_underline {
  text-decoration: none;
}

.link {
  color: #268BD2;
}

.center {
  max-width: 1250px;
  margin: auto;
}

.terminal {
  background-color: #3B4252;
  padding: 5px;
  border-radius: 10px;
}
.terminal img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.prompt {
  color: limegreen;
}

body {
  background-color: #2E3440;
  color: #88C0D0;
}

/*# sourceMappingURL=style.css.map *nking {
  animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
  100% {
    color: transparent;
  }
}
.text {
  font-family: "Hack", monospace;
  color: #D8DEE9;
}

.body {
  font-size: large;
}

.heading {
  font-family: "Hack", monospace;
  color: #D08770;
}

.no_underline {
  text-decoration: none;
}

.link {
  color: #268BD2;
}

.center {
  max-width: 1250px;
  margin: auto;
}

.terminal {
  background-color: #3B4252;
  padding: 5px;
  border-radius: 10px;
}
.terminal img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.prompt {
  color: limegreen;
}

body {
  background-color: #2E3440;
  color: #88C0D0;
}

/*# sourceMappingURL=style.css.map */
/

