@import url(https://fonts.bunny.net/css?family=abhaya-libre:400,600,800|abyssinica-sil:400|archivo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}


h2,
h3 {

    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-top: 10%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 130%;
}

.article {
    font-family: 'Abhaya Libre', serif;
}

a {
    color: rgb(0, 0, 119);
}

a:hover {
    text-decoration: underline;
}

figure.kg-card {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

figcaption {
    color: gray;
}


ul
{
    list-style-type:circle;
    margin-left: 15px;
}

p
{
    margin: 20px 0px;
    line-height: 150%;
    display: block;
}

table
{
    border: solid 1px rgb(185, 185, 185);
    border-radius: 5px;
    width: 100%;
}

td
{
    padding: 0 10px;
}

tr
{
    border: solid 1px rgb(242, 242, 242);
}

thead
{
    background-color: rgb(238, 238, 238);
    border-bottom: solid 1px grey;
}