body {
  background-color: white;
  color: #DF73FF;
  font-family: Verdana;
  background-image: url(https://kennydoge39.neocities.org/GYBEbombInvert.png);
  background-color: #000;
}

.main-content{
  margin: auto;
  max-width: 48em;
  background: #ffffff00;
  padding: 1em;
  border-radius: 4px;
  border: solid 2px #DF73FF;
  background-image: linear-gradient(to bottom right, #ffffff00, #46005b);
}

.sub-content{
  background: #000;
  padding:0.5em;
  border-radius: 4px;
}

.socials{
  height: 100px;
  width: 100px;
}

.topster{
  width:90%;
  height:90%;
}

.center-content { 
  display: block; 
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  align-items: center;
  text-align: center;
} 

