html,
body {
padding: 0;
margin: 0;
background:transparent;
font-family: 'Comfortaa', cursive;
color: #5c3059;

}
.pics{
    padding:10px;
    margin:15px;
    
}
.pic{
box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);     

}
.letter{
    padding-top: 15px;
}
a.button
{
	text-decoration: none;
    color: #5c3059;
}
a.button:hover {
    
   text-decoration: none;
   color: red;
   text-shadow: 0 2px 4px #000;
   
}
#par {
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    width:90%;
    padding:15px;
}