.bt{
    margin-right: 20px;
    border: 2px solid white;
    color: white;
    /* background-color: black; */
    border-radius: 5px;
}

.dd{
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid white;
}

.lm{
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid white;
}

.but{
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    border: 2px solid darkslategray;
}

.card:hover{
    background-color: white;
    color: black;
    border: 3px solid white;
}

.ct{
    display: flex;
    justify-content: space-around;
}