.card-body {
    background-color: gainsboro;
    height: 200px;
}


.card-footer {
    padding: 5px;
    background-color: #1EA1CC;
    color: whitesmoke;
    height: 30px;
}

.underlineHeding {
    font-weight:normal;
    border-bottom:1px solid darkred;
    display: inline;
    padding-bottom: 5px;
    padding-right: 3vw;
}

.appStoreImage {
  width: 90%;
  display: block;
  margin: auto;
}

.sliderHome {
    background-image: url("https://motellovers.com/public/img/uploads/banners/mask-and-love.jpg");
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
