body {
            
            background-color: #f0f8ff; /* Light elegant background */
            color: #333;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
        }
        .icons {
            margin-top: 20px;
        }
        .icon {
            margin: 0 15px;
            text-decoration: none;
            color: #333;
            font-size: 24px;
        }
        .icon img {
            width: 40px; /* Size of the icons */
            height: auto;
        }