html, body {
  overflow-x: hidden;
}

#banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .4)),url(../images/C.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
}

#banner h3{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: bisque;
    text-shadow: 1px 1px 5px rgba(255, 239, 220, 0.861);
    font-size: 3em;
    font-weight: 600;
}

.card-img-top {
  height: 200px; 
}

#local_button{
    width: 100%;
    height: 70px;
}

#local_button a{
    display: flex;
    justify-content: center;
}

