


block-border {
    border: 2px dashed #fff;
}
.block-bg {
    background: #fff;
}
/*.block {
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-radius: 3px;
    background: transparent;
}*/

* {
    box-sizing: border-box;
}

.dashboard a {
    /* cursor: pointer; */
    font-size: 40px;
    font-weight: bold;
    color: #67bbf7;
}