

h1{
  font-size: 4.5rem;
  /* color: #333; */
  color: #ffffff;
  word-spacing: 2px;
}

h2{
  font-size: 3rem;
  color: #333;
  word-spacing: 2px;
}

h3{
  font-size: 1.5rem;
  color: #333;
}

h6{
  font-size: 2vmax;
}

p{
  font-size: 1.3rem;
  color: #333;
}

li{
  font-size: 1.3rem;
  color: #333;
  list-style-position: inside;
}


a{
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 1.2rem;
}

a:hover{
  color: rgba(255, 255, 255, 0.5);
}

blockquote{
  color: #333;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 3vmax;
  font-style: italic;
}
