h1 {

    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: normal;
}

h2 {
    color: black;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.list {
    border-bottom: thin solid rgb(0, 0, 0);
    padding-bottom: 1em;
    padding-top: 1em;

}

a {
  color: black;            
  text-decoration: none;
  font-family: Inter;
font-size: 20px;   
}

p {
    color: black;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
