body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #202020;
}

.container {
    text-align: center;
}

img {
    width: 200px; 
    margin-bottom: 30px;
}

h1 {
    color: #4CAF50; 
    font-size: 2em; 
}

p {
    font-size: 1.5em; 
    margin-bottom: 20px;
    color: #fff;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.share-button {
    font-size: 2em;
    color: #0077cc; 
    cursor: pointer;
}
.mai{
    font-size: 8px;
}

button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    margin: 10px;
    padding: 8px 15px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}