body{
      font-family: "Poppins", sans-serif;
      line-height: 1.6;
}

/* Header */
header {
  text-align: center;
  padding: 0 1rem;
}

.item1 h1 {
  color: #eb2dc8;
  font-size: 6rem;
  font-family: "Playfair Display", serif;
}

header p {
  color: #eb2dc8;
  font-size: 1rem;
  max-width: 700px;
  margin: auto;
}


.evidence-list{
    display: flex;
    border-top: 1px solid ;
    font-size: 1,5rem;
    font-family: "Unna";
    font-weight: lighter;
    color: white;
    list-style-type: disc;
    gap:40px
}

a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "Poppins", sans-serif;
}


a:hover{
    color: #EB2DC8;

}

li::marker{
    color: #8e2de2;
}

ul{
    padding: 0;
    margin: 0;
}