body {
  font-family: inherit;
  text-align: center;
  background-color: #b94646;
}

p {
  font-size: 18px;
  text-align: left
}

img{
  width: 300px;
  border-style: groove;
  border-color: #c00707;
  border-radius: 20px;
}

li{
  text-align: left;
}
a {
  border-style: groove;
  border-color: #cfd22e;
  border-radius: 10px;
  background-color: #ff5c5c;
  border-width: medium;
  color: black;
  padding: inherit;
  text-decoration: none;
  font-size: 25px;
  padding: 5px;
  

}

h2{
  text-align: left;
}

h3{
  text-align: left;
}