body {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: pink;
    margin: auto;
    max-width: 1000px;
}

h4 {
    margin: auto;
    text-align: center;
    text-shadow: 10px;
    color:deeppink;
    text-shadow: 0 0 10px plum, 0 0 20px pink;
}

emoji {
    font-size: xx-large;
    text-shadow: none;
    text-decoration-line: none;
}
