* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  position: absolute;
  height: 100%;
  width: 100%;
}

body {
  background-color: black;
  background-image: url('./img/tzimtzumlogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  background-attachment: fixed;
  font-family: Avenir, sans-serif;
  letter-spacing: 0.025em;
}

h1, h2 {
	display: none;
}

#bottom {
	display: none;
	font-family: Helvetica;
	color: white;
	font-size: 30px;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
}