*{
    font-family: Outfit;
    background-color: hsl(212, 45%, 89%);    
}

.main-container{
    display: flex;
    height: 100vh;
    width: 100%;
}

.container{
    background-color: hsl(0, 0%, 100%);
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 16px;
    height:  499px;
    width: 320px;

}

img {
    width: 100%;
    height: 288px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 10px;
}

.image{
    background-color: hsl(0, 0%, 100%);
}

.text{
    background-color: hsl(0, 0%, 100%);
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}

p{
    background-color: hsl(0, 0%, 100%);
}

.intro{
    color: hsl(218, 44%, 22%);
    font-weight: 700px;
    font-weight: bold;
    font-size: 22px;
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.sub{
    margin-top: 0;
    color: hsl(216, 15%, 48%);
    font-weight: 400px;
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
    letter-spacing: 0.2px;
    line-height: 140%;
}