body {
    background: hsl(212, 45%, 89%);
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
}

body p {
    margin: 0px;
}

.container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    display: flex;
    flex-direction: column;
    background: hsl(0, 0%, 100%);
    max-width: 300px;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.content img {
    border-radius: 10px;
}

.content-header {
    margin: 20px 0px;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    color: hsl(218, 44%, 22%);
}

.content-paragraph {
    font-weight: 400;
    font-size: 1.1rem;
    color: hsl(220, 15%, 55%);
    margin-bottom: 30px;
}