 
 
.con1 {
    width: 500px;
    overflow: auto;
    margin:auto;
    background-color:rgba(55, 15, 200, 0.2);
}

.photoclr{
    border: 10px double rgba(0, 0, 0, 0.5);
    margin:auto;
    text-align:center;
}

#logo{
  position:fixed;
  top:0;
  bottom:0;
}

head{
}


 #image img{
   border: 10px double rgba(0, 0, 0, 0.5);
    margin:100px;
    
 }


 body{
   background-image: url("/images/sad-angel.gif");
   background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

   font-family: Arial, Helvetica, sans-serif;
   margin: 125px;
   text-align: center;
   word-break: break-all;
   text-shadow: -1px 4px 3px darkgrey;
   
        
}

h1{
  font-family:aquilinetworegular; sans-serif;
  background-color:rgba(255,255,255,0.2);
 border: 20px double transparent; 
  border-image: url("/images/stars.gif") 99 round; 
  padding: 5px;
  margin: 12.5px;
  text-align:center;
  width: 50%;
  margin: 0 auto;
  font-size: 50px
  
}

p{
  border:16px solid transparent;
text-align:center;
    background-color:rgba(255, 99, 71, 0.2);
    margin:12.5px auto;
    word-spacing: 1.5em;
    word-break: break-all;
    width: 50%;
      
    
    
  
}