
body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  background: #fafafa;
  color: gray; }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

a {
  color: #CA82F8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    text-decoration: underline;
    color: #CA82F8; }
  a:focus, a:active {
    outline: none; }

p, span {
    margin-bottom: 1.5em;
    font-weight: 400;
    font-family: "Karla", Arial, sans-serif;
    text-align: center;
}


h1, h2, h3, h4, h5, h6 {
  color: rgba(lemonchiffon;
  font-family: "Playfair Display", Georgia, serif;
  margin: 0 0 30px 0; }