.paragraph {
    font-size: 20px !important;
    color: #333 !important;
    font-weight: normal !important;
}

.blog_details h2 {
    font-size: 28px;
    color: #2d2d2d;
}



.download-link {
    color: red !important; /* 링크 색상 변경 */
    font-weight: bold; /* 굵게 */
    text-decoration: underline; /* 밑줄 추가 */
}

.download-link:hover {
    color: darkred; /* 마우스를 올리면 색 변경 */
}




.object-item {
    margin-bottom: 15px; /* 질문 간 간격 증가 */
}
.object-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.object-date {
    text-align: right;
    color: gray; /* 날짜 색상을 변경하고 싶다면 추가 */
}

.border {
    border: 1px solid #ddd; /* 테두리 색상 */
    padding: 20px; /* 내부 여백 */
    margin: 20px 0; /* 위아래 간격 */
}