.wrapper {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inside {
  background-color: #000000a9;
  text-align: center;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-image: url(https://underneathitall.neocities.org/images/zeroday-text-border.jpg) round 75;
  border-image-outset: 30px 30px 30px 30px;
}

.underneathitalllogo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navinside {
  background-color: #000000a9;
  text-align: center;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-image: url(https://underneathitall.neocities.org/images/zeroday-nav-border.jpg) round 75;
  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: Arial, Helvetica, sans-serif;
  background-image: url('https://underneathitall.neocities.org/images/zeroday-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: #ffffff;
}

h2 {
 color: #c00000;
  font-size: 20px;
}

a {
  color: #c00000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  font-style: italic;
  transform: rotate(-5deg);
}

nav a {
	text-decoration: none;
	padding: 1px 7px 0px;
  color: #c00000;
}

nav {
  display: inline-flex;
  padding: 2px 0;
}

p{
  text-align: justify;
  color: #ffffff;
}