h1 {
  font-family: system-ui;
  background: #000000;
  color: #f06d06;
  text-align: center;
}
h2 {
  font-family: system-ui;
  background: #000000;
  color: #f06d06;
}
body {
  font-family: system-ui;
  background: #040404;
  color: #fec0cb;
}
body2 {
  font-family: system-ui;
  background: #000000;
  color: #f06d06;
  text-align: right;
}
h3 {
  text-align: left;
  color: aqua;
}
img {
  border-radius: 100% 25%;
  width: 150px;
  float: right;
  margin: 2px;
}