css /* Sister Site's Style.css */ body { background: linear-gradient(180deg, #FF69B4, #FFC107); margin: 0; padding: 0; font-family: "Comic Sans", sans-serif; font-size: 20px; line-height: 1.2; font-weight: bold; color: #000; text-align: center; border: 4px solid #000; } body * { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border: 4px solid #000; } h1 { font-size: 40px; font-weight: bold; margin-bottom: 20px; border-bottom: 4px solid #000; text-align: center; color: #FFC107; } h2 { font-size: 20px; font-weight: bold; margin-bottom: 10px; border-bottom: 4px solid #000; text-align: center; color: #FF69B4; } p { font-size: 18px; line-height: 1.5; margin-bottom: 20px; color: #000; text-align: center; border-bottom: 4px solid #000; } a { color: #000; text-decoration: none; border-bottom: 4px solid #000; transition: color 0.2s; } a:hover { color: #000; text-decoration: none; border-bottom: 4px solid #000; transition: color 0.2s; } a:visited { color: #FF69B4; text-decoration: none; border-bottom: 4px solid #000; transition: color 0.2s; } a:active { color: #FFC107; text-decoration: none; border-bottom: 4px solid #000; transition: color 0.2s; } a:hover:active { color: #000; text-decoration: none; border-bottom: 4px solid #000; transition: color 0.2s; } .sister-site { background: linear-gradient(180deg, #FF69B4, #FFC107); border: 4px solid #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); width: 100%; height: 100vh; padding: 20px; margin: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; } .sister-site p { color: #000; font-size: 18px; line-height: 1.5; margin-bottom: 20px; border-bottom: 4px solid #000; text-align: center; }