body {
    background-image: linear-gradient(rgb(213, 248, 224), white);
    background-repeat: no-repeat;
    /* align-items:center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#cb {
    background-image: linear-gradient(rgb(234, 248, 233), blue, white);
    width: 400px;
    height: 715px;
    border-radius: 4px;
    box-shadow: 10px 10px 10px black;
    border: 2px solid gray;
    padding-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

table {
    background-image: linear-gradient(rgb(37, 186, 255), darkblue, blue)
}

.red {
    padding-left: 50px;
    padding-right: 50px;
}

.tl {
    width: 110px;
    height: 35px;
    padding-left: 20px;
}

#pj {
    background-image: linear-gradient(navy, blue)
}