body {
	background-image: url("images/brande.gif");
	background-size: cover;
}

div {
	height: 40em;
	position: relative;
}

h1 {
	font-family: cursive;
	font-size: 200px;
	text-decoration: underline;
	color: greenyellow;
    margin: 0;
    position: absolute;
    top: 80%;
    left: 10%;
    margin-right: -90%;
    transform: translate(-50%, -50%) }
}