@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to bottom, #fff, #ddd);
    text-align: center;
}

h2 {
    font-size: 29px;
    margin-top: 0;
}

img {
    border: 5px solid #ac496d;
    max-width: 100%;
}

center {
    display: inline-block;
    max-width: 1024;
    margin: auto;
}