.container {
    width: 100vw;
    height: 90.4vh;
    background-image: url('../images/bimg1.png');
    margin: 0 auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.container h1 {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 35px;
    margin: 5vh 0;
}
.container img{
    margin: 0 auto;
    width: 50vw;
    height: 58vh;
    display: block;
}
.container h3 {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    margin: 3vh 0;
}