* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #ebebeb
}

.hidden {
  display: none;
}

.container {
  position: relative;
  height: 100%; 
}

canvas {
	position: absolute;
  width: 265px;
  height: 125px;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -130px;
}

.logo, .logo-fake, .logo-fake-ani, .email {
  position: absolute;
  width: 265px;
  height: 35px;
  top: 50%;
  left: 50%;
  margin: -17px 0 0  -130px;
}

.logo {
  background-image: url('./img/logo.png');
  background-size: cover;
  overflow: hidden;
  z-index: 2;
}

.logo-fake {
  width: 259px;
  height: 40px;
  border: 1px solid #4a4a4a;
  border-radius: 25px;
  margin-top: -21px;
  margin-left: -128px;
}

.logo-fake-ani {
  width: 445px;
  height: 166px;
  margin-top: -52px;
  margin-left: -221px;
  background-image: url('./img/boom.png');
  background-size: cover;
}

.logo:hover,
.logo-fake:hover {
  cursor: pointer;
}

.email {
  width: 200px;
  height: 18px;
  margin-top: -90px;
  margin-left: -95px;
  background-image: url('./img/email.png');
  background-size: cover;
  opacity: 0;
}

.dots {
	text-align: center;
}

.dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000000;
}

.dot:nth-child(1) {
	position: absolute;
	left: 30px;
	top: 30px;
}

.dot:nth-child(2) {
  display: inline-block;
  margin-top: 30px;
}

.dot:nth-child(3) {
  position: absolute;
  right: 30px;
  top: 30px;
}

.dot:nth-child(4) {
  position: absolute;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  margin-left: 30px;
}

.dot:nth-child(5) {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 10px;
  margin-top: -5px;
}

.dot:nth-child(6) {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.dot:nth-child(7) {
	position: absolute;
  display: inline-block;
  bottom: 30px;
}

.dot:nth-child(8) {
  position: absolute;
  right: 30px;
  bottom: 30px;
}