
@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&display=swap');

.caption-box {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.0);
    border: none;
    border-bottom: 2px solid rgba(100, 149, 237, 0.55);
    padding: 6px 18px 8px;
    font-family: 'Gaegu', cursive;
    font-size: 20px;
    font-weight: 700;
    color: #2C2860;
    text-align: center;
    max-width: 88%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
