.wrapper {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inside {
  background-color: #aebccacb;
  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/ice-text-border.jpg) round 75;
  border-image-outset: 30px 30px 30px 30px;
}

.underneathitalllogo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navinside {
  background-color: #aebccacb;
  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/ice-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: 'Times New Roman', Times, serif;
  background-image: url('https://underneathitall.neocities.org/images/ice-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: #09101e;
}

h2 {
 color: #0b36ac;
  font-size: 20px;
}

a {
  color: #0b36ac;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  font-style: italic;
  transform: rotate(-5deg);
}

nav a {
	text-decoration: none;
	padding: 1px 7px 0px;
  color: #0b36ac;
}

nav {
  display: inline-flex;
  padding: 2px 0;
}

p{
  text-align: justify;
}