@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit";
    background-color: hsl(212, 45%, 89%);
    font-size: 15px;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 100vh;
    margin: 0;
    padding: 0;
}

div {
    margin: 16px;
}

main {
    background-color: white;
    width: 320px;
    height: 499px;
    border-radius: 5%;
}

img {
    width: 288px;
    height: 289px;
    margin-bottom: 24px;
    border-radius: 5%;
}

p {
    text-align: center;
    margin: 16px;
}

h2 {
    text-align: center;
    margin: 0;
}