/* Updated CSS */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 {
    color: #333;
}

span[title] {
    color: #333;
    font-size: 26px;
}

p {
    display: inline-block;
    color: #595959;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

/* Style for the embedded tweet */
.twitter-tweet {
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style for the image */
img {
    margin: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Custom Emoji Styles */
div {
    margin: 10px;
}

div img {
    width: 50px; /* Adjust the width as needed */
    height: 50px; /* Adjust the height as needed */
}
