


.container>.row{
    border-color: black;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    align-items: center;
}

/* .container>.row>.col{
    border-left-style: solid;
    border-color: black;
    border-width: 1px;
} */


input[type="checkbox"]{
    width: 30px;
    height: 30px;
}


