css /* meeting.css */ body { background-color: #FF69B4; font-family: Arial, sans-serif; font-size: 20px; line-height: 30px; color: #000000; } h1, h2, h3, h4, h5, h6 { font-family: 'Arial', sans-serif; text-align: center; margin-bottom: 10px; border-bottom: 4px solid #000000; border-bottom: 4px solid #FFFFFF; } h1 { font-size: 40px; margin-bottom: 20px; border-bottom: 8px solid #000000; border-bottom: 8px solid #FFFFFF; } p { font-size: 18px; margin-bottom: 20px; line-height: 25px; text-align: center; background-color: #FFFFFF; border: 4px solid #000000; padding: 10px 20px; border-radius: 10px; box-shadow: 0px 0px 10px #000000; } a { text-decoration: none; color: #000000; border: 2px solid #000000; padding: 5px 10px; border-radius: 5px; background-color: #FFFFFF; box-shadow: 0px 0px 10px #000000; text-align: center; display: block; margin: 10px auto; } a:hover { background-color: #FF69B4; border-color: #000000; } /* styles for /meeting */ .meeting-page { background-color: #FF69B4; width: 100%; height: 100%; } .meeting-page h1 { font-size: 50px; text-align: left; color: #000000; background-color: #FF69B4; border: 4px solid #000000; border: 4px solid #FFFFFF; border-bottom: 8px solid #000000; border-bottom: 8px solid #FFFFFF; margin: 10px 20px; padding: 20px 40px; box-shadow: 10px 10px 10px #000000; text-shadow: 10px 10px 10px #000000; }