body {

    min-height: 100vh;

    background: radial-gradient(circle at top,
            #fff7fb,
            #ffd6e7,
            #ffb7d4);
}

button img {
    width: 1rem;
}