Characters

Protagonists Antagonists Love Interests Sidekicks
/* styles.css */ body { background: #f2d2d2; font-family: 'Baukona'; font-size: 20px; color: #333; } h1 { font-weight: bold; font-size: 40px; color: #000; border-bottom: 4px solid #000; text-shadow: 0px 1px 0px #000; } .style-button { display: block; width: 100px; height: 50px; background: #f2d2d2; border: 4px solid #000; border-radius: 5px; font-weight: bold; color: #000; text-shadow: 1px 1px 0px #000; text-align: center; text-decoration: none; line-height: 1; float: left; margin: 10px; text-decoration: none; background-size: 100px 50px; background-repeat: no-repeat; background-position: center; } .style-button:hover { background-color: #f2f2f2; border-color: #666; color: #666; text-shadow: 1px 1px 0px #666; }