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