body {
	margin: 0;
    background-color: rgb(0,50,235)
}

.text-container {
	position: fixed;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;

    }

h1 {
	font-family: serif;
	color: rgb(255,255,255);

	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: normal;

    margin-bottom: 40px;
}

.footer {
	position: fixed;
    padding-left: 30px;
	bottom: 8px;
	max-height: 12rem;
}