#atomCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
}

.content,
.breadcrumbs {
    background: rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
