.board-portal-shortcode {
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    background-color: antiquewhite;
}

.board-portal-shortcode h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.board-portal-file-list {
    display: flex;
    justify-content: start;
    padding: 20px;
}

.board-portal-file {
    padding: 20px;
}

.board-portal-file h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 15px;
}

.board-portal-file-info {
    margin: 15px 0;
}	