body { font-family: Tahoma, sans-serif; background: #f0f8ff; margin: 20px; text-align: center; } h1 { font-size: 40px; margin-bottom: 30px; color: #2a4d69; } .students { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; justify-items: center; margin-bottom: 40px; } .student { width: 120px; height: 150px; background: white; border: 2px solid #2a4d69; border-radius: 10px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 5px; } .photo { width: 100%; height: 100px; background: #d3d3d3; border-radius: 5px; } .name { font-size: 14px; font-weight: bold; color: #333; } .schedule { margin-top: 40px; } table { margin: 0 auto; border-collapse: collapse; width:؟