@import url("/public/bootstrap.min.css");
@import url("/public/bootstrap-icons.min.css");

.pointerLink {
    cursor: pointer;
}

.detail-section {
    cursor: pointer;
    border-radius: 5px;
}

.detail-section:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.fill {
    width: 100%;
    height: 100%;
}
