.titulo{
    font-family: "Open Sans", serif;
    font-weight: 700;
    color: white;
    font-size: 30pt;
    padding-top: 20px;
}
.paragrafo{

    font-family: "Open Sans", serif;
    font-weight: 500;
    font-size: 25pt;
    color: #FFF;
    text-align: center;
}
.card{
    width: 90%;
    height: 900px;
    border-radius: 50px;
    background-image: linear-gradient(#5bdbe4,#e75d5d);
    box-shadow: 15px 15px;
}
.imagem{
    padding-top: 30px;
}