.card{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1% 35% 35%;
}

.card-body{
    text-align: center;
}