/********TAG SELECTORS*********/
body{
  background-color: #FFECC7;
}
hr{
  border-style: none;
  border-top-style: dotted;
  border-width:thick;
  border-color: #F5B971;
  height: 0;
  width: 10%;
}
img{
  border: 2px outset;
  border-radius: 5px;
  border-color: #85A392;
}

h1{
  color: #0C7B93;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 2.5em;
}

h3{
  color: #85A392;
  font-family: 'Roboto', 'Arial', sans-serif;
}

/********CLASS SELECTORS*********/

.myName{
  font-family: 'Oleo Script', cursive;
}
