*, *::before, *::after {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif; 
}

body {
    background: linear-gradient(to right, rgb(177, 178, 189), rgb(165, 168, 149));
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;   
}

.button {
    font-size: 1em;
}

img {
    max-width: 300px;
}

