body {
  text-align: center;
  background-color: floralwhite
}
p {
  color: black;
}
h1 {
  font-weight: bold;
}
a {
  font-style: oblique
  background-color: greenyellowborder-radius: 25px;
  
  background: #73AD21;
  padding: 20px;
  width: 200px;
  height: 150px;
  border-radius: 25px;
}
  #rcorners1 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
  }
