.links {
  position: fixed;
  text-align: left;
  background-color: mistyrose;
  border-color: rgb(255,168,168);
  border-width: 3px;
  border-style: solid;
  font-size: 20px;
  border-radius: 10px 10px;
}

.body {
  background-color: lavender;
  font-family: cursive;
  text-align: center;
}

.slateblue {
  color: rgb(106,90,205);
  text-align: left;
  font-size: 20px;
}

.dodgerblue {
  color: rgb(30,144,255);
  text-align: left;
  font-size: 20px;
}
    
.h1 {
  font-weight: bold;
  background: rgb(60,179,113);
  text-align: center;
  font-size: 50px;
  margin-top: 10px;
}

.indexpagewrapper {
  margin: 10px auto;
  max-width: 650px;
  padding: 30px;
  border: 20px double rebeccapurple;
  background: mistyrose;
}

.h3 {
  font-weight: bold;
  background: rgb(238,130,238);
  text-align: center;
  font-size: 30px;
}

.h6 {
  color: rgb(30,144,255);
  margin-top: 1px;
  margin-bottom: 1px;
}