.article-links{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    margin-bottom: 1%;

    font-size: medium;
    word-spacing: 2px;

    font-family: 'Times New Roman', Times, serif;
}