body {
  background: #f6edd8;
}
p {
color: coral ;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #500f00;

}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #26404e;
}
h3 {font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #635312;}

img {
  display: block;
  margin: auto;
  width: 50%;
  
}
img {
  border-radius: 50%; 
  border: 10px solid #610d0d;
  border-radius: 59px;
  padding: 12px;
  width: 150px;
  border-color:crimson

}
