

body{ 
  background-color: lightblue; }
h1{
   font-family:Garamond, serif; border-style: inset; border-color: Thistle;
   text-align: center;
}

p{
  text-align:center;
}

 .BlogEntry1 { 
  background-color: Thistle;
  margin: 40px;
  padding-bottom: 50px;
  padding-top:50px;
  border-style:solid; 
  border-width: 1px; 
}

.button{ position: relative;
top: 400px;
border:solid;
background-color: Thistle;
}

