body {
color: orange;  
font-family: Verdana;
}

.blog-title {
  font-size: 20px;
}

.blog-stuff {
  border-bottom: 1px solid orange;
  padding-bottom: 5px;
  border-top: 1px solid orange;
  padding-top: 5px;
  margin-bottom: 5px;
}

.blog-container {
  font-size: 15px;
  word-break: break-word;
  padding-bottom: 10px;
}

a {
 color: white; 
}

a:hover {
 color: grey; 
}

a:visted {
  color: white;
}