#buttoncontainer{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 27px;
    align-items: center;
    height: 102px;
    border: 1px solid #cbc2c0
}
.btn{
    height: 38% !important;
}

.modal-body{
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-evenly;
}
.td{
    display: flex;
}
#a{
    color: #000000;
    display: flex;
    text-decoration: none;
}
#a:hover{
    color: blue!important;
    
}
#span{
    color: #ffbf00 ;
}
#span:hover{
    color: blue;
}