body {
  background: white;
}
p {
  color: black;
font-size:30px;
}
h1 {
  font-weight: bold;
  border-style: ridge;
  border-width: thick;
  border-color: #b82e2e;
  font-size: 50xp;
}
a {
  color: brown;
  font-size: 30px;
  
}
h2 {
  font-weight: bold;
  border-style: ridge;
  border-width: thick;
  border-color: #b82e2e;
  font-size: 50xp;
}
img
{
  border-style: solid;
  border-color: #5a1010;
  border-width: thick;
}