html, body {
  font-size: 25px;
  background: #0a0000;
  text-align: center;
  color: whitesmoke;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a {
  color: whitesmoke;
  text-align: left;
}
h1,h2,h5 {
  text-align: center;
}
h5 {
  font-size: 12px;
}

h4 {
  font-size: 13px;
}

body {
  border-radius: 50px;
}

html {
  background-image: url(./Low\ Quality\ Egg.png);
}
footer {
font-size: 16px;
}