css /* office-hours.css */ body { background-color: #f7d8c7; font-family: "Comic Sans", "Comic Sans MS", sans-serif; margin: 0; padding: 0; width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 24px; line-height: 30px; color: #000; box-sizing: border-box; border: 4px solid #000; border-radius: 0; box-shadow: 0px 0px 0px rgba(0,0,0,0.4); } /* Prophets of the Apocalypse */ #apocalypse-prophets { background-color: #e5e5e5; padding: 10px 20px; border: 4px solid #000; border-radius: 10px; box-shadow: 0px 0px 0px rgba(0,0,0,0.4); width: 80%; height: 80%; margin: 20px; flex-basis: 100%; text-align: center; background-image: linear-gradient(to bottom, #fff, #ccc, #fff); background-size: 100% 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: scroll; } /* Prophets of the Apocalypse Text */ #apocalypse-prophets p { font-size: 18px; font-family: "Arial", "Arial", sans-serif; color: #000; text-align: center; line-height: 20px; margin: 20px; padding: 10px; border: 4px solid #000; border-radius: 0; box-shadow: 0px 0px 0px rgba(0,0,0,0.4); background-color: #f7d8c7; } #apocalypse-prophets a { text-decoration: none; color: #000; font-weight: bold; text-align: center; font-size: 16px; margin: 20px; padding: 10px; border: 4px solid #000; border-radius: 0; box-shadow: 0px 0px 0px rgba(0,0,0,0.4); background-color: #f7d8c7; text-transform: uppercase; background-image: linear-gradient(to bottom, #fff, #ccc, #fff); background-size: 100% 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: scroll; } /* Office Hours */ #office-hours { background-color: #f7d8c7; padding: 20px; border: 4px solid #000; border-radius: 10px; box-shadow: 0px 0px 0px rgba(0,0,0,0.4); width: 80%; height: 80%; margin: 20px; flex-basis: 100%; text-align: center; background-image: linear-gradient(to bottom, #ccc, #fff, #ccc); background-size: 100% 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: scroll; } /* Office Hours Text */ #office-hours p { font-size: 18px; font-family: "Arial", "Arial", sans-serif; color: #000; text-align: center; line-height: 20px; margin: 20px; padding: 10px; border: 4px solid #000; border-radius: 0; box-shadow: 0px 0px 0px rgba(0,0,0,0.4); background-color: #f7d8c7; }