.rowd {
    position: relative;
    box-shadow: none;
    border: none;
}
.row-shadow{
    background-color: #CCC !important
}

.atack-text{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.row-ilumination {
    /* make it glow! */
    border: 0.5px solid #b0b7be;
    -webkit-box-shadow: 0px 0px 20px #4195fc;
       -moz-box-shadow: 0px 0px 20px #4195fc;
            box-shadow: 0px 0px 20px #4195fc; /* some variation of blue for the shadow */

}