body{
  background-color: #2d52ff;  
}
h1{
  font-family:sans-serif;
  font-size: 40px;
  text-align:center;
  background-color: rgb(248, 124, 47);
}
img{
  width: 450px;
  float:right;
  border-style:solid;
  border-color: orangered;
  border-width: 10px;
  border-radius: 5px
}
h2{ font-family:sans-serif;
  font-size: 30px;
  text-align:center;
  background-color: rgb(248, 124, 47);


}
h3{ font-family:sans-serif;
  font-size: 20px;
  text-align:center;
  background-color: rgb(248, 124, 47);

}
p{ font-family:sans-serif;
  font-size: 20px;
  text-align:center;
  background-color: rgb(248, 124, 47);

}
a{
  font-family: impact;
  font-size: 25px;
  border-color:rgb(248, 124, 47);
  border-style: groove;
  border-width: 7px;
  text-align:center;
}
