html,
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

body {
  font-family: "Courier New", Courier, monospace;
}

h2 {
  color: #eb062c;
}

h3 {
  color: #eb741d;
}

img {
  margin-right: 10px;
}
