* {font-family:arial; font-size:12px; font-weight:normal;}
.splash {position:relative; display:flex; justify-content:center; align-items:center; height:90%;}
.banner {position:relative; display:flex; justify-content:center; align-items:flex-start; height:10%;}
.content {position:relative; display:flex; justify-content:center; align-items:flex-start;}
.footer {position:relative; display:flex; justify-content:center; align-items:flex-end; height:10%}
.btnlink {background-color:lightgray; color:black; text-decoration:none; width:100px; text-align:center; padding-top:2px; padding-bottom:2px; border-color:gray; border-style:solid; border-width:thin;}
.header {font-family:arial; font-size:16px; font-weight:bold;}
.subheader {font-family:arial; font-size:14px; font-weight:bold;}
.detail {font-family:arial; font-size:12px; font-weight:normal;}
.note {font-family:arial; font-size:11px; font-weight:normal; color:gray;}
