@charset "utf-8";
/* CSS Document*/

.bigBlue{
    font-size: 36px;
    font-family: "Lucida Calligraphy", Arial, serif;
    color: blue;}
    .allan-regular {
  font-family: "Allan", serif;
  font-weight: 400;
  font-style: normal;
  font-size:40px;
  color:#080807;
}
    .cambo-regular {
  font-family: "Cambo", serif;
  font-weight: 400;
  font-style: normal;
  font-size:40px;
  color:#080807;
}
    .benne-regular {
  font-family: "Benne", serif;
  font-weight: 400;
  font-style: normal;
  font-size:40px;
  color:#080807;
}
    a{
     color:#c82bfc;   
}
    a:visited{
     color:#4e0cf5;
}
    a:hover{
    color:#85fa07;
} 