body{
background-color: #F8EEEF;
font-family: 'Elmono', sans-serif;
font-size: 1.2em;
}

html {
    scrollbar-color: #B5648C #ECD8DA;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background: #ECD8DA;
  }
::-webkit-scrollbar-thumb {
    background: #B5648C;
}
  
a{
text-decoration: none;
color: #9D527D;
}

a:visited{
color: #9D527D;
}

a:hover{
text-shadow: 0px 0px 2px #e1abcb;
}