body {
    background-image: url(../images/image1.v2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  
}

.w3-card-4 {
    margin: 0;
    margin-top: 150px;
}

/* .card.text-center {
    margin: auto;
    margin-top: 200px;
} */

.w3-modal-content {
    margin: auto;

}

#searchbutton {
    margin-left: 75px;
    /* margin-left: 55px; */
    margin-top: 10px;
    text-align: center;
    border-color: grey;
    border-width: 1px;
    border-style: solid;
    padding: 5px 25px 5px 25px;
}

#table{
    width: 800px;
    margin: auto;
}

#selectwine {
    /* margin-left: 50px; */
    padding: 5px 25px 5px 25px;
    text-align: left;
    letter-spacing: 4px;

}

#modal-section {
    align-content: center;
}

#title {
    font-size: 30px;
    font-weight: bold;
    text-shadow:
        4px 4px 0px #d5d5d5,
        7px 7px 0px rgba(0, 0, 0, 0.2);

}

#getstarted {
    letter-spacing: 4px;
}

#myrecipes {
    margin-top: 18px;
}

#save-this {
    margin-right: 10px;
    padding-bottom: 12px;
}