body {
      background-image: url('/images/check-bg.gif');
      text-align: center;
      color:#282022;
      padding:45px;
    
      font-family:"Annie Use Your Telescope";
      
      
  
}

header { background: #fff;
        width:50%;
        height: 300px;
        padding: 25px;
        margin:auto;
        margin-bottom: 20px;
        border-width:7px;
        border-style:solid;
        border-image: url("images/beaded-border-transparent.png") 7 fill round;
        border-radius: 15px;
        
  
}

main { background-color: #E3B8C7;
       color: #522D3D;
       width: 50%;
       height:800px;
       margin: auto;
       padding: 10px;
       border: 3px dashed #522D3D ;
       border-radius: 15px;
       
      
  
}

h1, h3, p { font-family: "Annie Use Your Telescope";

}

a { font-size: 40px;
    margin: 15px;
    text-decoration: none;
    background-color:#522D3D;
    color: #E3B8C7;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;

}

a:hover {color:#522D3D;
         background-color:#E3B8C7;
         
}

p {font-size:25px;
}


#content { 
           margin: 10px;
           padding: 5px;
           width: 50%;
           text-align: justify;
           float:left;
  
  
}

#aboutme { 
           margin: 30px;
           padding: 10px;
  
}

#aboutme td {
             text-align: left;
             padding-left: 10px;
             background:#f6ebf231 ;
             border-radius: 10px;
}

#aboutme th {
            background: #f6ebf2;
            border: dotted 2px #522D3D ;
            border-radius: 20px;
            width: 80px;
            text-align: center;
            
            
  
}


#subnav  {
            list-style-type: none;
            display: inline;
           
  
  
}

#subnav {
           font-size: 20px;
           color: #282022;
           background:#f6ebf2;
  
}




  


