@import "https://www.nerdfonts.com/assets/css/webfont.css";

body {
  background-color: black;
  color: white;
}

p {
  font-size: large;
}

pre {
  background-color: #212121;
  padding: 15px;
  border: 1px solid #ddd;
  overflow-x: auto;
}
code {
  font-family: monospace;
  color: #00ff00;
}

img {
  width: 200px;
  height: 300px;
  object-fit: contain;
  border:1px solid black;
}
