h1{font-size:24px; margin-top: 65px; text-align: center;
font-family: 'Avenir', Helvetica, Arial, sans-serif; font-style: bold;}
h2{font-size:15; text-align: center;
font-family: 'Avenir', Helvetica, Arial, sans-serif;}

body {
    display: block;
    margin: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
}
img {
    max-width: 350px;
    max-height: 350px;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
font-family: 'Avenir', Helvetica, Arial, sans-serif;}
.box {
    display: block;
    position: relative;
    float: left;
    width: 350px;
    height: 350px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-style: outset;
    margin-top:-50px;
}
#word {
    position: absolute;
    display: block;
    opacity: 0.75;
    text-align: center;
    z-index: 99;
    top: 0%;
    width: 400px;
    height: 400px;
    padding-top: 30%;
    background-color: rgba(255,255,255,0.7);
    color: #282828;
}
.pri {margin-top:70%; font-size:20px; margin-right:10%;}
.sec { font-size:15px; margin-right:10%;}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: auto;
    text-decoration: underline;
}
section {margin-left:10%; margin-top:80px;}
a#box:hover {filter:blur(5px);
			}














