

body {
  background-color:#AB83E8;
}

h1{
  color:#95E89E;
  background-color:#AB83E8;
  font-family:Dream;
  font-size: 100px;
  font-weight: normal;
  text-align: center;
}


h2{
  color:#95E89E;
  font-family:Acidic;
  font-size: 60px;
  font-weight:normal;
  text-align:center;
}


h3{
  color:#95E89E;
  font-family:sasquatch;
  font-size: 30px;
  font-weight:normal;
  text-align: left;
}

h4{
  color:#95E89E;
  font-family:Acidic;
  font-size: 25px;
  font-weight:normal;
  text-align: left;
}

p{
  background-color: #FFC2E9;
  color:#72579C;
}

.navbar{
  background-color:#95E89E;
  height:30px;
}

.nav {
    height:30px;
  display:flex;
  align-items:center;
  justify-content: center;
    list-style-type: none;
  margin: 0;
  padding: 0;
  color:#AB83E8;
  font-size:25px;
}

a:link {
  color: #AB83E8;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #AB83E8;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


