.container {
    position: relative;
}

.width100 {
    width: 100%;
}

.footer {
    background-color: gainsboro;
}

.header-image{
    width: 100%;
}

.header-text {
    position: absolute;
    top: 30%;
    left: 5%;
}

.main-bg {
    background-image: url(images/header_2.jpg);
    width: 100%;
}

h4 {
    color: rgb(32, 32, 33);
}