body {
  background-color: #F0EEE9;
  font-family: helvetica, arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  text-align: center;
  color: #A47864;
}

.smile {
  font-size: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
}

a:link {
  color: #A47864;
  font-size: 25px;
  text-decoration: none;
}
a:visited {
  color: #A47864;
  text-decoration: none;
}

a:hover {
  color: #825642;
  text-decoration: none;
}

hr {
    height: 2px;
    background: #A47864;
    font-size: 0;
    border: 0;
}
