* { margin: 0; padding: 0; }

body { background: #7070CE; }

h1 { font-size: 80px; font-weight: bold; text-align: center; }
p { text-align: justify; }

#block { width: 80%; min-height: 800px; background: #fff; box-shadow: 0 0 10px 0 #333; margin: 20px auto; padding: 50px; }

#temptitle { font-weight: bold; text-shadow: 1px 1px 10px white; margin-top: 10%; text-align: center; font-size: 100px; color: #ccc; }
#tempsub { text-align: center; font-size: 20px; color: eee; margin-top: 1%; }
#blue { font-size: 30px; color: blue; font-weight: bold; }

#container { width: 960px; margin: 0 auto; min-height: 500px; background: #eee; box-shadow: 0 0 10px 0 #333;  padding: 30px 0; }