
body {
    
    background: #FFC3C6;

    .montserrat-<uniquifier> {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
      }
   /* background-position: center 200px;
   background-image: url(images/bullseye.png);*/
    
   }
   header {
     margin-top: 0;
     padding: 3em 1em 2em 1em;
     text-align: center;
     background-image: url(images/heart.png);
     background-repeat: repeat-x;
     background-position: center top;
     background: 
     url(images/heart.png) left top repeat-y,
     url(images/heart.png) right top repeat-y,
     url(images/gooseshadow.png) 90% bottom no-repeat;
     background-color: rgba(255,255,255,.5);
   }
   
   a:link {
     text-decoration: none;
     color: #993399;
   }
   a:visited {
   color: gray; 
   }
   a:focus 
   { color: pink; background-color: #ffd9d9; } 
   
   a:hover 
   { color: pink; background-color: #ffd9d9; } 
   a:active 
   { color: maroon; background-color: #ffd9d9; }
   
    
   h1 {
     font: bold 1.5em "Montserrat", sans-serif;
     text-shadow: .1em .1em .2em gray;
     color: #993399;
     border-bottom: 3px solid #58FAE2;
   }
   h2 {
     font-size: 1em;
     text-transform: uppercase;
     letter-spacing: .5em;
     text-align: center;
     color: #993399;
     border-bottom: 1px solid #58FAE2;
   }
   dt {
     font-weight: bold;
   }
   strong {
     font-style: italic;
   }
   ul {
       list-style-type: none;
       margin: 0;
       padding: 0;
   }
   #info p {
     font-style: italic;
   }
 

   .label {
     font-weight: bold;
     font-variant: small-caps;
     font-style: normal;
   }
   
   h2 + p {
     text-align: center;
     font-style: italic;

 .box {
        width: 200px;
        height: 100px;
        border: 1px solid #58FAE2;
        padding: 10px;
        margin: 10px;
        content: white 
    }

   }
   footer img {
    width: 40px;
    height: 40px;
    margin-left: .5em;
    margin-right: .5em;
   } 
   