.card {
    height: 100%;
    border-radius: 17px;
    background-color: white;
    box-shadow: 3px 3px 3px lightgrey;
    padding: 14px;
    border-style: none;
}

.date-picker {
    font-size: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #333;
    border-spacing: 0px;
    border-collapse: separate;
}

.img-card {
    border-radius: 17px;
    background-color: white;
    box-shadow: 3px 3px 3px lightgrey;
    padding: 10px;
}

h4 {
    font-family: Arial;
    font-size: 20px;
}

h5 {
    font-family: Arial Black;
    text-align: center;
    font-size: 80px;
}

h6 {
    text-align: center;
}