*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: hsl(212, 45%, 89%);
    font-family: 'Outfit', sans-serif;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    margin: -5px 15px 0 15px;
}

p {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 15px 25px 30px 25px;
    color: hsl(216, 15%, 48%);
}

.container {
    max-width: 320px;
    max-height: 499px;
    margin: 0 auto;
    margin-top: 18.5%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    border-radius: 10px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 2px 5px 5px hsl(216, 15%, 48%);
}

.hero__img {
    padding: 15px;
    border-radius: 25px;
}

