body{
 margin: 0;
}
.logo img{
  width: 6em;
}

hr{
  width: 20%;
  margin-top: -140px;
  color: grey;
}
.Soon p{
  text-align: center;
  padding: 80px;
  font-size: 70px;
  color: white;
  text-shadow: 0px 0px 20px #00ff16; 
}

p{
  text-align: center;
  padding-top: 50px;
  color: white
}

body{
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("mac.jpg");
  font-size: 20px;
  font-family: sans-serif;
  background-size: cover;
}

footer{
  color: white;
  margin-top: 110px;
}
a{
  color: grey;
}
a:hover{
  color: violet;
}

.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
