*{
    margin: 0;
    padding: 0;
}
body{
    background-image: linear-gradient(80deg, #fdfbfb 0%, #ebedee 100%);
}
main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.emoji{
    margin-top: 80px;
    font-size: 180px;
    filter: drop-shadow( rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px);
}
.button{
    background-color: black;
    padding: 10px 20px;
    border: none;
    color: white;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    margin-top: 463px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}