body {
background-image: url("https://fantasticsharky.neocities.org/Fantatstic.png");
  font-family: "Lucida Console", "Courier New", monospace;
}

html {
  height: 100%;
}


.main {
  border-radius: 6px;
  border: 1px solid #000;
background: #FFFFFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(2, 166, 242, 1) 75%);
}

.container {
  
  border-radius: 8px;
  text-align: center;
  padding: 10px;
}

.Info, .Showz, .Gamez, .Music, .Other {
  text-align: center;
background: #FFFFFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(2, 166, 242, 1) 75%);
  border: 2px solid #000;
  padding: 15px;
  margin-bottom: 15px; /* gap between borders */
  display: inline-block;
  width: 300px;
  border-radius: 8px;
  list-style-type: none; /* Remove the dots */
}