@import url('main_color.css');

.custom-card {
    background-color: #f7f4fb;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.custom-card-title {
    font-size: 1.5rem;
    color: var(--parent-color);
    text-align: center;
    margin-bottom: 20px;
}

.custom-list-group-item {
    background-color: #e9e5f2;
    border: none;
    border-radius: 5px;
    color: var(--parent-color);
    cursor: pointer;
    padding: 10px 15px;
}

.custom-list-group-item+.custom-list-group-item {
    margin-top: 10px;
}

iframe {
    border-radius: 15px;
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
}
