body {
  background:orange;
}
p {
  color: black;
  text-align: justify;
  font-family: sans-serif;
  font-size: 30px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  font-size: 100;
  border-style: groove;
  border-color: green;
  border-bottom-color: black;
  border-top-color: black;
  text-emphasis-position: above;
}
img {
  height: 250px;
  float: ;
}
.Quark-AppleH1 {
  color: rgb(255,85,54);
}
li {
  font-size: 30px;
}
a {
  border-style: solid;
  border-color: black;
  font-family: serif;
  text-decoration:inherit;
}