body{
  background-color: black;
  margin: 0px;
  height: 97vh;
}
span{
  color: white;
}
.hackathon-hackers-text{
  width: 100%;
  text-align: center;
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 55px;
  top: 37%;
}
.hackathon-hackers-text-under{
  width: 100%;
  text-align: center;
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 35px;
  top: 48%;
}
.logo{
  position: fixed;
  width: 160px;
  left: 46%;
  top: 18%
}
