.bg-tertiary {
    background-color: rgb(50, 120, 211);;
}
.footer {
	background-color: #03172c;
	color: #fff;
	padding: 30px 0;
    }
body {
    background-color: rgb(255, 255, 255);
}

h3 {
    color: #000000;
    font-size: small;
    text-align: left;
}
