
@font-face {
    font-family: candy;
    src: url(fonts/candy.ttf);
}
@font-face {
font-family: mainfont;
src: url(fonts/mainfont.ttf);
}
@font-face {
    font-family: indieflower;
    src: url(fonts/indieflower.ttf);
    }
    @font-face {
        font-family:berk;
        src: url(fonts/berk.ttf);
        }

body {
  
   background-image: url(media/bbg.jpg);
   background-repeat: repeat-y;
   overflow-y:scroll;
   overflow-x: hidden;
   background-attachment: fixed;
   background-size: 100%;
   
}
#cont{
    margin-top: 150px;
}
 #pagetitle{
        background-image: url(media/title.png);
        height: 121px;
        background-position:  center;
        margin: -110px 9px 8px 3px;
        background-repeat:  no-repeat;
        background-size: 955px;

}



#mainform{
    width: 470px;
    height: 232px;
    background-image: url(media/formbg.png);
    background-size: 472px 478px;
    background-repeat: no-repeat;
    margin: 0 auto;
    box-shadow: 12px 21px 42px #bf9191;
    text-align: center;
    margin-top: 77px;
    
}

#formtitle{
            text-align: center;
            color: white;
            text-shadow: 2px;
            font-size: 36px;
            font-family: candy;
            
    
}
 .sheads {
        color: white;
        font-family: candy;
        margin-left: -165px;
        font-size: 25px;
        margin-top: -7px;
        padding-bottom: -6px;
        padding: -29px 15px -2px 13px;
        padding-top: -7px;
        height: 24px;
 }
h2{
    text-align: center;
    color:white;
    font-size: 40px;
    font-family: candy;
    margin-top: -10px;
    text-shadow: 0px 1px;

}
#smalltitle{
    
    text-align: center;
    color: rgb(190, 179, 13);
    font-size: 80px;
    font-family: berk;
    margin-top: -24px;
    text-shadow:  6px 2px black;
   
    
}
#myform{
    margin-left: -50px;
}
#tinput{     
        margin: 4px 60px 8px 88px;          
        border-radius: 12px;         
        width: 252px;
        height: 85px;           
        resize: none;           
        overflow:hidden;
}
#dinput{
        margin: -15px 111px 12px 55px;
        border-radius: 5px;
}
#button{
        margin-left: -73px;
}
#status{
        font-size: 18px;
        color:red;
        margin-left: -123px;
        margin-top: -29px;
}
.notat{
        width:285px;
        height: 270px;
        padding: 29px;
        float: left;
        background-image: url(media/note.png);
        background-repeat: no-repeat;
        margin-left: 75px;
        margin-top: 10px;
        padding-top: 45px;
        background-size: 255px 241px;  
        font-family: indieflower;
        font-size: 20px;
        margin-top:60px;
}
.noteani{
        animation: fadeIn 3s ;
       
       
                        
}
@keyframes fadeIn{
        from{
            opacity: 0;
            }
        to{
            opacity: 1;
        } 
    }
   .fadeout{
        animation: fadeOut 3s ;
       
       
                        
}
@keyframes fadeOut{
        from{
            opacity: 1;
            }
        to{
            opacity: 0;
        } 
    }


.notat:hover {
                transform: scale(1.3);
                           
}
.textpara{
            width:205px;
            height: 150px;
            overflow:hidden;
            font-family: indieflower;
            font-size: 20px;
            word-break: break-all;
}
.textpara:hover {
                     overflow-y: auto;

}

.para{
        text-align: left;
        color : blue;
        margin : 0px 2px 2px 10px;
        font-family: indieflower;
        font-size: 20px;

}


.remove{
        display: inherit;
        color:rgb(230, 6, 6);
        float: right;  
        margin: -218px 10px 2px 2px;
        visibility:hidden;
        background-color: Transparent;
        background-repeat:no-repeat;
        cursor:pointer;
        overflow: hidden;
        border: none;
        outline: none;
        
}

.remove:hover{
            transform: scale(2);
            
}
.notat:hover .remove {
             visibility:visible;
}           
.wrapper {

    margin: auto;
    border: none;
}

   
    
