body{
  background-image:url("/Assets/Cake.png");
  background-color: #fcb34f;
  color: #e62a34;
  text-align: center;
  cursor: url("/Assets/CursorBlack.png") 16 0, auto;
}

h1 { 
  font-weight: 400;
  font-family: "Bitcount", sans-serif;
    font-optical-sizing: none;
}

h4 { 
  font-weight: 400;
  font-family: "Bitcount", sans-serif;
    font-optical-sizing: none;
}

p {
  /* i want the same fix here as with the other font, for how to get the dots to be smaller? */
  font-family: "Bitcount Single", sans-serif;
}

.container{
  background-color: rgba(255,255,255,0.8);
  border: 7px groove #e62a34;
  margin: 3rem auto;
  max-width: 50ch;
  padding: 10px;
}

#PagesContainer{
  max-width: 37ch;
  padding: 2px;
}

#TitleContainer{
  max-width: 60ch;
} 
 
#MiddleContainer{
  max-width: 60ch;
}

#CreditContainer{
  font-size: 0.75rem;
  position: relative;
  margin-top: 10rem;
}

#ArtContainer{
  max-width: 60ch;
}

a:link, a:visited{
  color: #1f6590;
  background-color: transparent;
  text-decoration: none;
  cursor: url("/Assets/CursorWhite.png") 16 0, auto;
}

a:hover, a:active{
  color: #fcb34f;
  background-color: transparent;
  text-decoration: underline;
  cursor: url("/Assets/CursorWhite.png") 16 0, auto;
}

#husky{
  margin: auto;
  float: left;
  transform: translate(2rem,7rem);
}

#chowchow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-50% - 60px));
}

/* have to figure out hover over image idea below

img:hover {
    height: 130%;
    width: 130%;
}*/

a.button {
  color: #fcb34f;
  padding: 6px 22px;
  display: inline-block;
  text-decoration: none;
  cursor: url("/Assets/CursorWhite.png") 16 0, auto;
  background-color: #e62a34;
  border: 7px groove #e62a34;
}

