* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#clicker {
    position: absolute;
    padding: 20px;
    background-color: #007BFF;
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

#emoji {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}