@font-face {
  font-family: 'cg-light';
  src: url('/fonts/CormorantGaramond-Light.ttf')  format('truetype')
}

body { 
   bgcolor: #ffffe6;
   font-family: 'cg-light';
   font-size: 3.4vmin;
   text-shadow: 2px 2px 4px LightGray;

   background-image: url('/images/aster_01.png');
   background-size: 10vmin;
   background-repeat: repeat-y;
   background-position: right;
   z-index: -1;
}

.body_div {
   background-image: url('/images/daisy_01.png');
   background-size: 10vmin;
   background-repeat: repeat-y;
   background-position: left;
   z-index: -1;

}

.names {
    font-size: 6vmin;
    line-height: 30px;
}

@media only screen and (max-width: 575px) {
    body {
       font-size: 5.8vmin;
    }
    .names {
       font-size: 8vmin;
       line-height: 30px;
    }
}

.fix_pos {
    position:fixed;
    z-index: -1;
}
