.bg-gradient {
    background: #15242b;
		#background: linear-gradient(190deg,rgba(102, 177, 209, 1) 0%, rgba(79, 76, 40, 1) 100%);
		#background: linear-gradient(33deg, #0b3456, 60%, #636261);
    max-width: 100%;
}
.img-logo {
    width: 380px;
		filter: drop-shadow(7px 5px 4px rgba(0, 0, 0, 0.6));
}
.copyrt {
		margin-top: 1.5rem;
		font-family: "Roboto";
		color: #6a838d;
}
@media (max-width: 850px){
    .img-logo {
        width: 250px;
    }
}