
* {
border: 0;
margin: 0;
padding: 0;
font-family: Helvetica, sans-serif;
}


h1 {
  color: rgb(0,0,255);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 4px violet;
}
h2 {
  color: rgb(255,0,0);
  text-align: center;
  text-transform: lowercase;
  font-family: Georgia, serif;
  width: 200px;
  border-width: 2px;
  border-color: red;
  border-style: solid;
  margin: 0 auto;
  padding: 5px;
}
p {
  color: green;
  font-size: 80%;
  background-color: #c2c2a3;
  width: 400px;
  border-color: red yellow aqua blue;
  border-style: dashed solid groove dotted;
  border-width: 1px 10px 5px 2px;
  margin: 0 auto;
  padding: 5px;
}
a {
  text-decoration: none;
}

body{
  background-color: rgb(255,102,0);
  background-image: url(https://cdn.pixabay.com/photo/2019/07/18/08/29/circus-animal-4345841_960_720.png);
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed;
  height: 1000px;

}
