* {
  margin: 0;

}

body {
  margin: 0;
  background-color: #121212;
}
html,
body {
  height: 100%;
	overflow: hidden;
  background-color: white;
}

canvas {
  display: block;

}

.main {
  height: 90vh;
}

a {
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.footer {
  height: 10vh;
    font-size: 15px;
    display:flex;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: start;
}