:root {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: aqua;
}

.titulo-principal {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: whitesmoke;
}

.descricao-titulo {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: whitesmoke;
}

.video {
    width: auto;
}

.card {
    display: flex;
    margin: 20px;
    
}

.cartao-body {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}