css @charset "utf-8"; body { font-family: "Bebas Neue", Arial, sans-serif; background-color: #f5f5f5; color: #2f2f2f; margin: 0; padding: 0; border: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } h1 { font-size: 24px; font-weight: bold; color: #FFD700; margin-bottom: 4px; border-bottom: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } h2 { font-size: 18px; font-weight: bold; color: #FF69B4; margin-bottom: 4px; border-bottom: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } h3 { font-size: 14px; font-weight: bold; color: #C9E5F9; margin-bottom: 4px; border-bottom: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } p { font-size: 12px; color: #333333; margin-bottom: 16px; border-bottom: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); text-align: center; } a { text-decoration: none; color: #000000; font-size: 14px; margin: 4px 8px; padding: 2px 4px; border: 1px solid #000000; border-radius: 4px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } a:hover { color: #0000FF; } img { width: 50px; height: 50px; margin: 4px 8px 4px 8px; border: 1px solid #000000; border-radius: 4px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } img:hover { border: 1px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } #main-content { width: 800px; margin: 0 auto; padding: 4px 16px; border: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } #header { background-color: #FFC107; padding: 8px 16px; border: 1px solid #000000; border-bottom: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); } #footer { background-color: #FF69B4; padding: 8px 16px; border: 1px solid #000000; border-top: 4px solid #000000; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }