body {
 background-image: url("background.jpg");
 background-color: #ffffff;
}

.logo {
	margin: 0 auto;
	top:10vh;
	position: relative;
    width: 200px;
    height: 200px;
}

.quicksand-subtitle {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 1.8rem;
  width: 500px;
  margin: 0 auto;
  top:12vh;
  position: relative;
}
.footnote {
	text-align: center;
	margin: 0 auto;
	position: relative;
    top:70vh;
    transform:translateY(-100%);
	width: 80%;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-size: 1rem;
}