
body {
    margin: 0;
    padding: 0;
    background: #000211;
    color: #f3d6c0;
}

.banner-three-sevens {
    background-color: #001220;
    background-image: url(01.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1 {
    background: #001220;
    padding: 20px 30px;
    border-radius: 7px;
    text-align: justify;
    width: 40%;
    margin: 20px auto;
}

h2 {
    text-align: justify;
}

main {
    text-align: justify;
}

.container {
    width: 80%;
    margin: auto;
	margin-bottom: 30px;
}

footer {
    background: #001220;
    min-height: 200px;
    display: flex;
}

.main-information {
    text-align: justify;
    padding: 25px;
}

.copyright-text {
    color: #b5b4b4;
    text-align: justify;
}

@media screen and (min-width: 991px) {
	.container {
		width: 95%;
	}
  }

