/* Styles for a s p e c t r a t i o 
 * Copyright 2022, Robert Wolff. All rights reserved.
 */
body { background-color: #333; }
header { position: absolute; bottom: 9%; left: 17%; color: #555; }
header h1 { font-size: 1.5em; font-family: "Myriad Pro",serif; font-variant: italic; letter-spacing: 0.25em; }
.model { width: 67%; height: 67%; position: absolute; top: 17%; left: 17%; text-align: center; color: #333; }
.model h2 { font-size: 8em; font-family: monospace; font-weight: normal; letter-spacing: -0.05em; margin-top: 1em; }
.model h3 { font-size: 2em; font-family: monospace; font-weight: normal; }
.model img { width: 100%; max-height: 100%; position: absolute; top: 0; left: 0; opacity: 0.3; } 