header { padding: 0rem 2rem 0rem 2rem; display: flex; flex-direction: row; align-content: center; } header > h1 { padding: 0.5rem; font-size: 2rem; } header > nav { margin-top: auto; margin-bottom: auto; margin-left: 2em; } .flex-between { display: flex; flex-direction: row; } .spacer { visibility: hidden; flex-grow: 1; } .nav_tag { margin: 0.5em; } .right { float: right; margin: auto; margin-right: 2em; } a { color: inherit; position: relative; display: inline-block; text-decoration: none; } a::after { content: ""; background: white; height: 1px; position: absolute; bottom: 0; transition: .16s all 0.025s; } a::after { left: 100%; right: 0; } a:hover ~ a::after { left: 0; right: 100%; } a:hover::after { left: 0; right: 0; } .pane { margin: auto; padding: 0.2em 0.5em; width: 75%; background-color: black; color: white; opacity: 0.8; border-radius: 20px; box-shadow: 0px 0px 15px 2px #410f5e; } .topline { display: flex; flex-direction: row; justify-content: center; align-content: center; margin: 2em; } .topline > p { margin-top: auto; margin-bottom: auto; margin-left: 2em; } @media only screen and (max-width: 768px) { header > h1 { font-size: 1em; } .topline > p { display: none; } } .card { border-top: 1px solid #fff; padding-top: 0.5rem; padding-bottom: 0.75rem; padding-left: 2rem; padding-right: 2rem; margin: 0.25rem; margin-bottom: 1rem; border-radius: 20px; transition: box-shadow 0.2s ease-in-out; } .card:hover { box-shadow: 0px 0px 15px 2px #ecb77d; } .card .header { text-align: center; } #bg-image { position: fixed; top: 0; left: 0; background-position: center; background-repeat: no-repeat; background-size: cover; filter: blur(0.2rem); -webkit-filter: blur(0.2rem); height: 100%; width: 100%; z-index: -1; } #music_player { background-color: black; color: white; padding: 5px; position: fixed; bottom: 0; left: 0; right: 0; } .margin_2rem { margin: 2rem; } .login_form { margin-top: 2rem; margin-bottom: 2rem; padding: 0.5rem; } .vert_align { display: inline-block; vertical-align: middle; } .center { width: 100%; text-align: center; } .button_deck { width: 100%; height: 5%; }