

.event {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 150px;
  width:1000px;
  font-family: Norse;
  font-weight: bold;
  font-size: 100px;
  color: white;
  text-shadow: -3px 0 black, 0 5px black, 1px 0 black, 0 -1px black;
}
.username {
  position: absolute;
   display: flex;
  justify-content: center;
  align-items: center;
  top: 250px;
  width:1000px;
  font-family: Norse;
  font-weight: bold;
  font-size: 50px;
  color: white;
  text-shadow: -3px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
}

.top{
   position: absolute;
   display: flex;
  justify-content: center;
  align-items: center;
  top: 50px;
  width:1000px;
 
}
.bottom{
   position: absolute;
   display: flex;
  justify-content: center;
  align-items: center;
  top: 300px;
  width:1000px;
 
}
.gradient{
  position: absolute;
   display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  top: 126px;
  width:1000px;
  height:205px;
  background: radial-gradient(rgba(0,0,0,0.1),rgba(0,0,0,-3));
  
}

