.group {
    background-color: #00000012;
    padding: 10px;
    border-radius: 5px;
}
.group:not(:first-child) {
    margin-top: 5px;
}
