body { background-color: #f0ffff;
 background-size: cover;
 background-position:center;
 background-attachment: fixed;
}
header { background-color: #ffffcc;
 margin: 0px 0px 24px;
 padding: 1px;
}
h1 { text-align: center;
 text-shadow: 0px 1px 1px #ffffff,
 1px 2px 1px #f8f8f8,
 2px 4px 1px #b7b7b7,
 3px 6px 1px #b0b0b0,
 4px 8px 1px #676767,
 5px 9px 1px #606060;
}
main { text-align: center;
 margin: 0px 0px 24px;
}
nav { text-align: center;
 margin: 0px 0px 24px;
}
video { width: 1024px; height: 576px;
}
footer { text-align: center;
 margin: 24px 0px;
}
p { text-align: center;
 margin: 10px 0px;
 font-size: 2.5rem;
 font-weight: bold;
}
a { text-align: center;
 font-size: 2.3rem;
 font-weight: bold;
}
