@font-face{
  font-family: 'Jetbrains Mono';
  src: url('./fonts/JetBrainsMono-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'Jetbrains Mono', monospace;
  color: white;
  background-color: black;
  overflow:hidden;
}
a {
  /* Targets all unvisited links */
  color: #FF00FF; /* Bright Cyan/Electric Blue */
}

.embed-wrapper{
  width: 60%;
  height: 60%;
}
