@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro&display=swap');

body {
 background: #ff529e;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

html, body {
	max-width:90%;
	font-family: 'Source Serif Pro', serif;
    margin: 30px auto auto auto;
	font-size: 1.2em;
		list-style: none;

}

.deff {
	padding: 0 0 0 20px;
}

.deff2 {
	padding: 0 0 0 60px;
}

.noms {
    margin: -10px 0 0 0;
	padding: 0 0 0 80px;

}

h1 {
    margin: 0 0 -10px 0;
}

.foo {
	font-size: 0.45em;
    position: fixed;
    bottom: 0;
    right: 20px;
	text-align: right;
}