@font-face {
    font-family: Inter;
    src: url(../font/inter/Inter-Medium.otf);
}


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: 1rem;
    padding-top: 1rem;
    padding: 1rem;
    padding-left: 1rem;


}

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

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