a {
    color: #c86929;
    text-decoration: underline;
}

a:hover {
    color: #6741b8;
    font-style: italic;
}
h1 {
    font-family: helvetica neue;
    font-size: 14pt;
    text-decoration: 1px underline wavy;
    font-weight: 400;
    text-align: left;
    line-height: 2;
}
h2 {
    font-family: helvetica neue;
    font-size: 12pt;
    text-decoration: 1px underline wavy;
    font-weight: 400;
    text-align: left;
    line-height: 2;
}
html,
body,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    font-family: helvetica neue, sans-serif;
}

div {
    display: block;
    unicode-bidi: isolate;
}

p {
    font-size: 11pt;
    margin-bottom: 20px;
    font-family: helvetica neue;
    line-height: 1.3;
}
.entry {
    padding-left: 15vw;
    padding-right: 15vw;
    padding-top: 7vh;
    text-align: justify;
    height: 90vh;
    overflow-y: scroll;
    padding-bottom: 5%;
}
.entry img {
    padding-top: 1%;
    padding-bottom: 2%;
}
date {
    font-family: helvetica neue;
    font-size: 11pt;
    color: #6e6e6e;
}
hr {        
    border: transparent;
    border-top: 1px #60522e dotted;
}
#icon {
border: none;
height: 13px;
background-image: url(/media/icon.png);
background-size: auto 100%;
background-repeat: no-repeat; 
background-position: center; 
margin-top: 2rem;
margin-bottom: 2rem;
}