* {
padding : 0;
margin : 0;
}
html {
background : url(/ffhg.jpg) center center no-repeat fixed;
font-size : 100%;
background-size : cover;

}
body {
text-align : center;
}
.container {
background : #EFEFEF;
box-shadow : 0 0 40px #000000;
border-bottom-left-radius : 10px;
border-bottom-right-radius : 10px;
border-top-left-radius : 10px;
border-top-right-radius : 10px;
margin : 0 auto;
padding : 0.6rem;
max-width : 882px;
}

p {
font : 1.1rem/1.2 Verdana, Georgia, Sans Serif;
margin : 0 0 30px 0;
text-indent : 0;
text-align : justify;
}

pcenter {
font : 1.1rem/1.2 Verdana, Georgia, Sans Serif;
margin : 0 0 30px 0;
text-indent : 0;
text-align : center;
}




.container * {
padding : 0.2rem;
}
a:link, a:visited, a:active, a:hover {
text-decoration : none;
font-size : 1.2rem;
font-weight : normal;
color : #000000;
}
a:active, a:hover {
color : #333335;
text-decoration : underline;
}














img.round {
margin : 0 5px 5px 0;
box-shadow : 0 0 20px black;
border-bottom-left-radius : 30px;
border-bottom-right-radius : 30px;
border-top-left-radius : 30px;
border-top-right-radius : 30px;
}





@media screen and (min-width: 800px) {
body {
margin : 0.8rem;
}
.content {
display : flex;
}
}