@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'chocolatecoveredraindropsMd';
    src: url('chocolate_covered_raindrops-webfont.woff2') format('woff2'),
         url('chocolate_covered_raindrops-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'chocolatecoveredraindropsMd';
  
}

.frame{
     background: url("p13.jpg");
     width: 1000px;
     height: 640px;
     margin: 0px auto;
      position: relative;
     color: white;    
} 

a{
     color: white;
     text-decoration: none;
}

h1{
     position: absolute;
     top:235px;
     left: 600px;
}

.No{
     position: absolute;
     top: 110px;
     left: 250px;
     
}

h2{
   position: absolute;
     top: 100px;
     left: 200px;
     -webkit-transition: 1s;
        transition: 1s;
     -webkit-transform: rotate(3deg);
    transform: rotate(10deg);
     
}
  

h3{
     position: absolute;
     top: 30px;
     left: 100px; 
       -webkit-transition: 1s;
        transition: 1s;
     -webkit-transform: rotate(3deg);
    transform: rotate(10deg);
}
