.card-body img{
    width: 3rem;
    position: absolute;
    top: 0px;
    right: 5px;
}
.card-body{
    font-size: 1.32rem;
}
.card-body b{
    color:#1fafd0;
}

.wishes {
    padding: 6rem 0;
    background-size: cover;
    background-position: center;
}
.wishes .wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
.wishes form {
    width: inherit;
    max-width: 500px;
    padding: 2rem 1rem;
    border: 3px solid var(--linkhighlight);
    border-radius: 9px;
    background: #38557fcc;
    color: #fff;
    font-weight: bold;
}
.wishes input, .wishes textarea {
    width: 100%;
    padding: 0.7rem;
    border-radius: 9px;
    border: 2px solid var(--linkhighlight);
}
.wishes button {
    background-color: var(--white);
    cursor: pointer;
    color: var(--blue);
    outline: none;
    border: none;
    border-radius: 9px;
    padding: 0.5rem 1rem;
}

a.wish {
    color: #1fafd0;
    font-size: 1rem;
    font-weight: bold;
}