.container-extra-info {
    width: 100%;
    max-width: 400px;
    min-height: 100px;
    margin-top: 10px;
    /* margin-left: 16px; */
    background-color: transparent;
    /* border-radius: 5px;
    border: solid 0px black; */
}
.card {
    border: none !important;
}
.card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}
.card-body {
    margin: 4% 10%;
    text-align: center;
}
.btn-primary {
    color: white;
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    padding: 2% 10%;
    margin: 0 auto;
    margin-top: 20px;
}