body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #90ee90;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.emoji {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.text {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}

footer {
    padding: 20px;
    color: #333;
    text-align: center;
}
