@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

.titulo{
    font-family: Roboto;
    font-size: 35px;
}

.topo{

}

.subtitulo{
    font-weight: bold;
    font-size: 25px;
    margin-top: 80px;
}

.cartao{
    margin-top: 35px;
}

.image{
    width: 100%;
    max-width: 400px;
    margin-top: 35px;
}

