

body {
  background-color: #FBF5EB;
  color: #140D04;
font-family: 'Times New Roman', serif;
}

a:hover {
  color: #FBF5EB;
  background-color: #ffabab;
}

.summary {
 margin-left: 50px;
  }

.post {
  padding: 10px;
  border: 1px solid;
  }
  
h3 {
  border-bottom: 1px dotted;
}

#dove{
background-image: url('https://ibuprofenbunny.neocities.org/pics/mourningdove.png');
background-size: 80%;
background-repeat: no-repeat;
width: 160px;
height: 150px;
position: absolute;
right: 650px;
top: 20px;
z-index: 2;
}
