﻿body { background-color: #00C3A5; font-family: 'Segoe UI'; align-content: center; text-align: center; display: flex; justify-content: center; align-items: center;}
h1 { color: #FFFFFF; text-align: center; font-size: 64px; text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6); }
img { display: block; margin-left: auto; margin-right: auto; width: 40%; }
p { color: #666; margin-top: 1em; }
.wipbanner { background-color: #ffffff; box-shadow: 5px 6px 20px rgba(0, 60, 50, 1); padding: 40px; border-radius: 20px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); text-align: center; max-width: 600px; margin: 40px }
a { color: #0000ee; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }