body {
 background: url('https://files.catbox.moe/ikkrcf.png') repeat fixed;
background-size: cover;
font-family: Times;
}

a   {color: white;}
h1  {color: rgba(255, 0, 77, 1);}
h2  {color: rgba(255, 0, 77, 1);}

.content {
  margin: auto;
  width: 1000px;
  color: white;
  box-shadow: 0px 5px 10px 10px black;
  background: black;
  border: purple solid 0px;
 border-radius: 20px; 
 padding: 10px;
}

.topnav {
  overflow: hidden;
  background-color: purple;
  text-align: center;
  padding: 3px;
  border-radius: 10px;
}
.topnav a {
  color: #dab9c4;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 17px;
  height: 30px;
  border: solid black 2px;
  border-radius: 5px;
}
.topnav a:hover {
  background-color: white;
  color: black;
}
.topnav a.active {
  background-color: white;
  color: white;
}

.stuff{
 background: rgba(0, 0, 0, 0.3);
 padding: 10px;
 border: outset rgba(0, 0, 0, 0.3) 3px;
 border-radius: 10px;
}

.stuff2{
 width: 900px;
 margin: auto;
 background: rgba(255, 255, 255, 0.21);
 padding: 10px;
 text-align: center;
 border: solid white 2px;
}

.centertext{
 width: 300px;
 margin: auto;
}

.border{
 border: purple solid 2px; 
}