html {
    scrollbar-gutter: stable;
}

textarea {
    width:100%;
}

input[type=submit] {
    margin-top:10px;
}

.nav-item {
    margin-left: 5px; /* 아이콘 사이 간격 조정 */
}

.nav-item img {
    width: 24px;
    height: 24px;
    max-width: 100%; /* 부모 요소보다 커지지 않도록 */
    max-height: 100%;
}

#feed-album .image-item img {
    height: 300px;
} /* feed-album 크기 */

#detail-album .image-item img {
    height: 600px;
} /* detail-album 크기 */