body {
  /* background: #ecf0f1;
  color: #050620; */
  background: #050620;
  background: -webkit-radial-gradient(rgba(5,6,32,0.79), rgba(5,6,32,0.91));
  background:    -moz-radial-gradient(rgba(5,6,32,0.79), rgba(5,6,32,0.91));
  background:         radial-gradient(rgba(5,6,32,0.79), rgba(5,6,32,0.91));
  color: #ecf0f1;
  border-bottom: none;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  width: 100vw;
}

p, li, a {
  font-size: 18px;
  text-decoration: none;
}

.hero {
  display: flex;
}

.animated-canvas {
  /* border: 3px solid black; */
}








footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.info-description {
  font-weight: 800;
  margin-bottom: 10px;
}
.scroll-info {
  padding-left: 15px;
  padding-bottom: 5px;
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.screen-info {
  padding-bottom: 5px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.mouse-info {
  padding-right: 15px;
  padding-bottom: 5px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#mouseXY {
  text-align: right;
}
#mouse-pointer {
  position: fixed;
  height: 20px;
  width: 20px;
  background: #993333;
  border-radius: 100%;
  left: 0;
  top: 0;
}
