/**********************Tag Selectors**************************/
h1 {
  color: rgb(0, 0, 0);
}
h3 {
  color: rgb(0, 0, 0);
}
body {
  background-color: rgb(230, 220, 206);
}
hr {
  border-color: black;
  border-style: none;
  border-top-style: dotted;
  border-width: 5px;
  width: 5%;
}


/**************************Class Selectors*****************/
.portrait {
    height: 300px;
}
