@import url("code.css");

body {
  background-color: darkgray;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left: 2%;
  /* background-image: url("/static/images/how_to_background.jpg"); */
  background-attachment: fixed;
}

h1 {
  border-bottom: 2px dashed black;
  margin-left: -1.5%;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

pre {
  font-size: large;
}
span {
  font-size: large;
}
code {
  font-size: large;
}

img {
  border: 10px solid black;
}
