body {
    background-color: hsl(212, 45%, 89%);
    font-size: 15px;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.para {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    max-width: 17rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

img {
    width: 100%;
    border-radius: 0.625rem;
}
h1 {
    font-size: 1.375rem;
    font-family: sans-serif;
    font-weight: 700;
    color: hsl(218, 44%, 22%);
    text-align: center;
    width: 100%;
}

p {
    font-size: 0.94rem;
    font-family: sans-serif;
    font-weight: 400;
    color: hsl(220, 15%, 55%);
    text-align: center;
}