body {background-color:#000;color:#eee;font-family:'Arial',sans-serif;margin:0;padding:0;overflow:hidden;}  
.container {width:80%;margin:50px auto;text-align:center;}  
header {padding:20px;background:linear-gradient(to bottom, #222, #000);border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.5);}  
h1 {color:#9400D3;font-size:3em;margin-bottom:10px;text-shadow:2px 2px 4px #333;}  
.tagline {font-style:italic;color:#aaa;}  
.links {margin-top:30px;}  
.red-link{display:inline-block;padding:10px 20px;margin:10px;border-radius:5px;text-decoration:none;color:#fff;transition:background-color 0.3s ease;background-color:#333;}  
.red-link:hover {background-color:#ff0000;}  
.blue-link{color:#007bff;text-decoration:none;}  
footer {margin-top:50px;padding:10px;background:linear-gradient(to bottom, #222, #000);border-radius:10px;box-shadow:0 -4px 8px rgba(0,0,0,0.5);}  
@keyframes fadeIn {from { opacity: 0; }to { opacity: 1; }}  
.animated-text {animation:fadeIn 2s ease-in-out;}  
.animated-footer {animation:fadeIn 1.5s ease-in-out;}  