/******************* TAG SELECTORS *********************/

body {
  background-color: #cee5d0;
  max-width: 500px;
  margin: auto;
}

hr {
  border-style: dotted none none;
  border-color: #f3f0d7;
  width: 8%;
  border-width: 8px;
}

img {
  border: 3px solid #f3f0d7;
  border-radius: 100%;
}

h1 {
  color: #5e454b;
}

h2 {
  color: #5e454b;
}

h3 {
  color: #5e454b;
}

a:hover {
  font-size: 110%;
}
/************************ CLASS SELECTORS **************************/

.top {
  margin: 20px;
  border-top: 50px;
  background-color: #cee5d0;
}

.bottom {
  margin: 20px;
  border-bottom: 50px;
  background-color: #cee5d0;
}
