body {
    font-family: 'Pretendard', sans-serif;
    padding-top: 60px;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.offcanvas {
    background-color: #343a40;
    color: white;
}

.board-preview .card {
    margin-bottom: 20px;
}

.view-more-btn {
    text-align: right;
}
.card {
    padding: 20px;
}