#post-list {
    padding: 20px;
}

#post-list ul li {
    border: 5px solid #AAA;
    padding: 10px;
    margin-bottom: 30px;
}

#post-list a {
    font-size: 18px;
}

#letters {
    width: 100%;
    margin-bottom: 50px;
}

#letters ul {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

#letters li {
    width: 16px;
}

#links {
    width: 100%;
    padding: 20px;
    margin-top: 40px;
}

#links h4 {
    margin-bottom: 10px;
}

#links ul {
    gap: 10px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 10px;
    border: 5px solid #AAA;
}

#links ul li{
    white-space: nowrap;
}
