body {
    background-color: #213065;
    background-image: url('/static/images/stars_tiled.svg');
    background-repeat: repeat;
    background-size: 12vw;
}

.footer {
    background-color: #ffffff;
	color: #213065;
}