Boris

Boris, the one and only.

CarlCarl Elara Finn Leah Neo Oscar Zelda
body { background-color: #f2f2f2; font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; } .container { width: 100%; max-width: 800px; margin: 0 auto; padding: 20px; background-color: #333; color: #fff; font-size: 20px; border: 4px solid #000; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } .player-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; } .player-list a { display: block; width: 150px; height: 200px; margin: 10px; text-align: center; text-decoration: none; color: #fff; background-color: #333; border: 4px solid #000; border-radius: 10px; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); transition: all 0.5s ease; } .player-list a:hover { background-color: #f2f2f2; color: #333; box-shadow: 4px 4px 4px rgba(0, 0, 0, 1); } .player-list a img { width: 150px; height: 150px; margin: 10px; border: 4px solid #000; border-radius: 10px; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } h1 { font-size: 40px; color: #fff; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } p { font-size: 20px; color: #fff; margin: 10px; }