@font-face {
    font-family: MarkinLT;
    src: url(/assets/fonts/MarkinLT.ttf);
}

#blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.article {
    margin: 15px;
    margin-bottom: 0;
    width: 320px;
    text-align: center;
    transition: all 0.1s ease-in-out;
}

.article:hover {
    transform: scale(1.05);
}

.article button {
    width: fit-content;
    max-width: fit-content;
    margin-bottom: 10px;
    margin-top: 0;
    background-color: transparent;
    border-color: transparent;
    border-radius: 20px;
}

#articleicon {
    border-radius: 25px;
    border-width: 4px;
    border-bottom-width: 7px;
    border-color: #000000;
    border-style: solid;
    width: 310px;
    height: 180px;
}

.article p {
    font-family: MarkinLT;
    font-weight: 900;
    color: #ffffff;
    text-shadow:
    -0.5px -0.5px 0 #000000,
    0.5px -0.5px 0 #000000,
    -0.5px 0.5px 0 #000000,
    1px 1px 0 #000000;
}

#art-body {
    padding-top: 50px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
  }

#art-body h1, #art-body h3 {
    font-family: MarkinLT;
    font-weight: 900;
}

#art-body h2{
    text-align: right;
    padding-right: 50px;
    padding-top: 50px;
    font-family: MarkinLT;
}