@import "nav-buttons.css"; @import "cards.css"; @import "instructions.class"; .title { font-size: 42px; background-image: var(--accent-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 400%; background-position: 0%; } .text-gradient { background-image: var(--accent-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 400%; background-position: 0%; } .menu { text-align: center; } .content { width: 90%; max-width: 75em; margin: auto; padding: 0.5em; margin-top: 1em; margin-bottom: 1em; border: 3px solid #fab387; border-radius: 5px; opacity: 0.9; background: rgba(0, 0, 0, .66); -webkit-box-shadow: 0 0 20px #f5a97f; -moz-box-shadow: 0 0 20px #f5a97f; box-shadow: 0 0 20px #f5a97f; } .small-quote { font-size: smaller; color: #a6adc8; }