.container{
    max-width: 100%;
    margin: 0;
    padding:0;
}
#banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%); 
}
.navbar-custom{
    background-color: #333;
}
.imageContainer {
    position: relative;
    text-align: center;
    color: white;
  }

.bottom-title {
    position: absolute;
    bottom: 50px;
    left: 300px;
    font-size: 40px;
  }
.button-custom{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    outline: 0px;
    border: none;
    border-radius: 2px;
    background-color: rgb(218, 41, 28);
    user-select: text;
    color: white;
    text-align: left;
    height: 50px;
    margin: 10px;
    padding: 10px;
}
.button-custom a{
    padding: 10px!important;
}

hr{
    margin:20px 0px 20px 0px;
    background-color: rgb(237, 235, 233);
    height: 0.1em;
}
.background-canvas{
    background-color: rgb(243, 242, 241);
}