
.welcome-container {
    position: relative;
    width: 100vw;
    height: 150px;
    margin: 8px 0px;
    background-image: url("../img/bowtie.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.welcome-image {
    width: 100%;
    height: auto;
  
}
.welcome-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

}

