@font-face {
    font-family: Didactic;
    src: url(DidactGothic-Regular.ttf);
  }
  header {
    background-image: url("../images/cartonomancie-logo-colored.png");
    background-position:right;
    background-position: right 13% top 0%; 
    background-size: contain;
    background-repeat:no-repeat;
  }

  body{
    font-family: Didactic;
    /*background-image: url("../images/background-image.jpg");

    background-repeat:repeat;
    */
  }
  
.maintext {
    font-size: 1.3em;
}
.mainhover:hover {
  -webkit-box-shadow: 3px 3px 10px 3px #dddddd;
  -moz-box-shadow: 3px 3px 10px 3px #dddddd;
  box-shadow: 3px 3px 10px 3px #dddddd;}

  .centerimage {
    display: block;
    margin:auto;
    width: 80%;
  }
footer{
  font-size:1em !important;
}
