body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    background: linear-gradient(135deg, #72EDF2 10%, #5151E5 100%);
    font-family: Arial, sans-serif;
    color: white;
}

.container {
    text-align: center;
}

h1 {
    font-size: 4em;
    margin: 0;
}

p {
    font-size: 1.5em;
}

.social-icons {
    margin-top: 20px;
}

.icon {
    margin: 0 10px;
    text-decoration: none;
    color: white;
    font-size: 1.2em;
}

.icon.facebook::before {
    content: "🔵";
}

.icon.twitter::before {
    content: "🐦";
}

.icon.instagram::before {
    content: "📸";
}