
@font-face {
  font-family:"From Cartoon Blocks";
  src:url("../fonts/From_Cartoon_Blocks.ttf");
}

body {
  background: #f2fdf6;
}

a {
  text-decoration: none;
  color: #f5ea80;
}

a:hover {
  text-decoration: none;
}

div.page {
  width: 750px;
  margin-right:auto;
  margin-left: auto;
  // align: center;
  // vertical-align:middle;
}

div.line {
  position:absolute;
  top:50%;
  margin-top:-70px;
}

div.float_right {
  float: right;
}

div.vignette {
  float: left;
  font-family: arial, sans-serif;
  width: 120px;
  max-width: 120px;
  height: 120px;
  padding: 10px;
  margin: 0px;
  margin-left: 25px;
  background-image: url(../img/block.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

div.vignette p {
  position: relative;
  top: 13px;
  text-align: center;
  font-family: "From Cartoon Blocks", arial, times, verdana;
  font-size: 30px;
  font-weight: bold;
}

div#pos1 {
  margin-left: 25px;
}
div#pos2 {
  margin-left: 25px;
}
div#pos3 {
  margin-left: 25px;
}
div#pos4 {
  margin-left: 25px;
}
