@charset "UTF-8";

body {
    font-family: Arial, sans-serif;
}

.latest-articles, .yearly-articles {
    margin: 20px;
}

.buttons-container {
    display: flex;
    flex-direction: column;
}

.year-button {
    width: 120px;
    margin-bottom: 10px; /* ボタン間のスペース */
}

.articles-display {
    width: 600px;
    margin-left: 20px;
    padding: 10px;
    border: none;
    height: auto;
    
    overflow-y: auto;
}

.latest-articles {
    clear: both;
    color: rgb(9, 66, 9);
}
