<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----nav----- */
.nav-list {
    justify-content: flex-end;
}

.nav-list ul li a {
    font-size:1rem;
}

.nav-list ul li {
    padding: 2px 0;
}

.navbar-toggler-icon {
    font-size: 1.6rem;
}
/* -----content----- */
.card {
    border: 1px solid #DFDFE0;
    border-radius: 0.25rem;
    margin-top: 30px;
}

.card-row {
    /* display: flex; */
    justify-content: space-between;
    margin-top: 20px;
}

.card-head {
    justify-content: space-between;
}

.click-btn {
    width: 28px;
    height: 28px;
    border: 1px solid black;
    border-radius: 20px;
    cursor: pointer;
}</pre></body></html>