html {
    background-color: #B9C86A;
    color: #65564D;
    font-family: "Poiret One", sans-serif;
    font-weight: 700;
    font-size: 140%;
    font-style: normal;
}
a {
    color: #E3E2DA;
    outline-color: #465C23;
}
::selection {
    background-color: #E3E2DA;
    color: #65564D;
}
ul {
    background-color: #465C23;
    padding: 2%;
}
li {
    color:#E3E2DA;
}
h1 {
    font-family: "Fascinate", system-ui;
    font-size: 370%;
    font-style: normal;
  }
p {
        font-family: "Poiret One", sans-serif;
        font-weight: 700;
        font-size: 140%;
        font-style: normal;
  }
  