/*
// css/main.css
// album
//
// Created by Dusu Park on 2025-03-25.
*/

table caption {
    caption-side: top;
}
/*
.carousel { overflow: hidden; padding-bottom: 4rem; }
.carousel-caption { top: 100%; }
.carousel-inner { overflow: visible; }
.carousel-control-next, .carousel-control-prev, .carousel-indicators { bottom: 4rem; }

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
}
*/
.carousel .carousel-indicators button {
    width: 10px;
   height: 10px;
   border-radius: 100%;
 }