.wrapper {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inside {
  background-color: #000000;
  text-align: center;
  border-top: 40px solid transparent;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-image: url("https://underneathitall.neocities.org/images/perverts-text-border.png") round 120;
  border-image-outset: 30px 30px 30px 30px;
}

.underneathitalllogo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navinside {
  background-color: #000000;
  text-align: center;
  border-top: 40px solid transparent;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-image: url(https://underneathitall.neocities.org/images/perverts-nav-border.png) round 113;
  border-image-outset: 30px 30px 30px 30px;
}
.navwrapper {
  padding-left: 30%;
  padding-right: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}
body {
	font-size: 18px;
	font-family: 'Times New Roman', Times, serif;
  background-image: url('https://underneathitall.neocities.org/images/perverts-background.png');
background-repeat: no-repeat; 
  background-size: cover;
  background-attachment: fixed;
}

header,
main {
	padding: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  color: #ada088;
}

h2 {
 color: #ada088;
  font-size: 20px;
}

a {
  color: #ada088;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  font-style: italic;
  transform: rotate(-5deg);
}

nav a {
	text-decoration: none;
	padding: 1px 7px 0px;
  color: #ada088;
}

nav {
  display: inline-flex;
  padding: 2px 0;
}

p{
  text-align: justify;
  color: #b9b8b6;
}

summary{
  text-align: center;
  color: #ada088;
}