
body {
    margin: 0;
    padding: 0;
    background: #010510;
    color: #97a5e3;
    text-shadow: 1px 2px #f78aa1;
}

.banner-img-neon {
    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;
    box-shadow: 0px 7px 70px 0px rgb(184 21 65 / 40%);
}

.title-tags {
    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: #000;
    min-height: 200px;
    display: flex;
}

.text-main {
    text-align: justify;
    padding: 25px;
    border-radius: 35px;
    -webkit-box-shadow: 0px 0px 30px -6px rgb(151 165 227);
    -moz-box-shadow: 0px 0px 30px -6px rgba(151,165,227,1);
    box-shadow: 0px 0px 30px -6px rgb(151 165 227);
}

.copyright-txt-glitch {
    color: #b5b4b4;
    text-align: justify;
    text-shadow: 1px 2px #375cb6;
}

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

