@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');

html, body {
  margin: 0;
  padding: 0;
  text-align:center;
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
    background-color: #1a052e;
    padding-bottom: 60px;
    position: relative;
}
canvas {
  display: block;
    margin: auto;
}
main{
  width: auto;
  text-align:center;
  margin: auto;
  min-height:900px;
  margin-bottom: 60px;
    padding-bottom: 60px;
}

footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

footer p {
    font-size: .85rem;
    color: #888;
    line-height: 1rem;
    font-weight: 400;
    text-align: center;
}

a {
    transition: color 0.6s;
    text-decoration: none;
    font-weight: 500;
    color: olive;
}

.insta {
    color: #efb718;
}

a:hover {
    color: #efb718bb;
    transition: color 0.1s;
}
.logo {
    margin: 20px auto 0;
    width: 150px;
    text-align: center;
}

.logo img {
    margin: 0 auto;
    max-width: 50px;
    height: auto;
}

.powers span {
    /*display: block;*/
}
