css /* styles/tardiness-trials.css */ @import url('https://fonts.googleapis.com/css2?family=Rock+Salt:900&subset=-google+fonts'); body { margin: 0; padding: 0; background-color: #f2a; background-image: linear-gradient(45deg, #f2a 0, #c7d 100%); background-size: 100% 100px; background-clip: content-rectangle; } body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #f2a; background-image: linear-gradient(to bottom, #f2a 0, #c7d 100%); background-size: 100% 100px; background-clip: content-rectangle; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } h1 { font-family: 'Rock Salt', sans-serif; font-size: 36px; color: #000; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); margin: 40px 0 20px 0; padding: 10px 20px; background-color: #f7d; background-image: linear-gradient(to bottom, #fff 0, #c7d 100%); background-size: 100% 100px; background-clip: content-rectangle; border: 4px solid #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } h2 { font-family: 'Rock Salt', sans-serif; font-size: 28px; color: #000; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); margin: 20px 0 10px 0; padding: 10px 20px; background-color: #f7d; background-image: linear-gradient(to bottom, #fff 0, #c7d 100%); background-size: 100% 100px; background-clip: content-rectangle; border: 4px solid #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } body p { font-family: 'Rock Salt', sans-serif; font-size: 24px; color: #000; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); margin: 20px 0 0 0; padding: 10px 20px; background-color: #f7d; background-image: linear-gradient(to bottom, #fff 0, #c7d 100%); background-size: 100% 100px; background-clip: content-rectangle; border: 4px solid #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } a { text-decoration: none; color: #000; border: none; background-image: linear-gradient(to bottom, #fff 0, #c7d 100%); background-size: 100% 100px; background-clip: content-rectangle; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); margin: 20px 20px 0 0; padding: 10px 20px; transition: all 0.5s ease; border-radius: 10px; background-clip: content-box; font-family: 'Rock Salt', sans-serif; font-size: 24px; } a:hover { background-color: #c7d; color: #f7d; border: 4px solid #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); transition: all 0.5s ease; background-clip: content-box; border-radius: 10px; } /* Styles for subpages */ .subpage { position: relative; top: 0; left: 0; width: 100%; background-image: linear-gradient(to bottom, #f2a 0, #c7d 100%); background-size: 100% 100px; background-clip: content-rectangle; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin: 20px 20px 0 0; padding: 0; font-family: 'Rock Salt', sans-serif; font-size: 24px; color: #000; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); border: 4px solid #000; background-color: #f7d; background-image: linear-gradient(to bottom, #fff 0, #c7d 100%); background-size: 100% 100px; background-clip: content-rectangle; } /* End styles */