:root { --main-bg-color: #4e0408; --main-fg-color: #73232d; } body { font-family:Verdana, Geneva, Tahoma, sans-serif; } header { display: flex; background:linear-gradient(to bottom, var(--main-bg-color) 0%, var(--main-fg-color) 100%); box-shadow: rgba(0,0,0,.3) 0 3px 8px; padding: 0.5rem; color: #ffffff; align-items: stretch; } header img { object-fit: cover; margin-right: 1rem; height: 8rex; align-items: center; } nav { display: flex; flex-direction: row; align-items: center; font-size: 80%; background-color: whitesmoke; } nav a { margin: 0 2rex; display: flex; flex-direction: row; align-items: center; } nav img { margin-right: 0.5rex; } header h1 { margin: 0; color: white; } header h1 a { font-size: 120%; color: white; text-decoration: none; } .contentheader { display: flex; align-items: center; background: var(--main-fg-color); margin-top: 1rem; max-height: 8rex; color: white; padding: 0.5rex 0.5rex 0 0.5rex; } .contentheader img { max-height: inherit; margin-right: 2.5rex; } .content { display: flex; margin-left: auto; } hr { padding: 0; margin: 0; border-color: white; } main { margin: 0 0 0 2.5rem; } .fig { position: fixed; bottom: 0%; right: -2%; opacity: 0.15; transition: opacity 0.25s ease-in; z-index: -1; width: 25%; } .fig:hover { z-index: 5; opacity: 1; }