body {
  background-image: url("https://images.unsplash.com/photo-1591563665050-fb73da5df10e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  height: auto;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
details { 
  border: 2px solid white;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 5px;
  background: #7c064c;
  color: white;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue';
  font-size: 1em;
}
details > summary {
  text-decoration: underline;
}
.top {
  border-radius: 25px;
  border: 2px solid white;
  width: 40%;
  margin: auto;
  text-align: center;
  padding: 5px;
  background: #aa337a;
  color: white;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue';
  font-size: 1em;
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.pagename {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.side {
  border-radius: 25px;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue';
  text-align: center;
  height: auto;
  float: left;
  width: 350px;
  top: 30px;
  left: 15px;
  background: white;
  overflow-x: hidden;
  padding-top: 10px;
  position: relative;
  font-size: 1em;
}
.main {
  border-radius: 25px;
  width: 60%;
  margin-left: 400px;
  top: 30px;
  padding: 10px;
  color: #7c064c;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue';
  background: #F9CCF3;
  position: relative;
  font-size: 1em;
}
.main-2 {
  border-radius: 25px;
  width: auto;
  top: 30px;
  padding: 10px;
  color: #7c064c;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue';
  background: #F9CCF3;
  position: relative;
  font-size: 1em;
}