@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

body {
    margin:0;
    
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}

.card {
    width:320px;
    height:500px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius:20px;
    text-align: center;
}

.imagem {
    background-color: blue;
    width:288px;
    height:288px;
    border-radius:10px;
    margin-top: 10px;
}


h4, p {
    padding:10px;
    margin:5px;
}

.paragrafo {
    color:#7D889E;
    font-size:15px;
    font-family:'Outfit', sans-serif;
    font-weight: 400;
}

.subtitulo {
    color:#1F314F;
    font-size: 22px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}