body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0; /* Optional background color */
}

.text {
    margin-bottom: 20px; /* Add some space between divs */
}

.link {
	color: black;
	text-decoration: none;
}

.emoji-container {
    display: flex;
    gap: 20px;
    font-size: 40px; /* Adjust the size of the emojis */
}

.emoji-container a {
    text-decoration: none;
    /* color: black; /* Change the color of the emojis */
}

.emoji-container a:hover {
    /* color: blue; /* Optional hover effect */
}
