html {
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
}

img {
  max-width: 100%;
  padding: 8px;
  border: 8px solid #fd7f2b;
}

a {
  color: #fd7f2b;
}