.table-asign{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.table-asign >h4{
            width: 90%;
            padding: 0px;
            margin-bottom: 5px;
            font-size: 24px;
            text-align: center;
            text-shadow: 0px 2px 2px #000000, 0px -2px 2px #a29e9e, 2px 0px 2px #060606, -2px -0px 2px #6f0e0e;
            color: #e3add7;
} 
        
.table-asign >p{
            width: 90%;
            margin-bottom: 5px;
            font-size: 20px;
            text-align: center;
            text-shadow: 0px 2px 2px #000000, 0px -2px 2px #a29e9e, 2px 0px 2px #060606, -2px -0px 2px #6f0e0e;
            color: #e3add7;
}