.image{
height: 200px;
width: 200px;
}

.tudo{
    /* flex-direction: row; */
    justify-content: center;
}
.nomeInstrutor{
    color: #00407C;
    font-weight: bold;
}
.titulo{
    color:#00407C;
    font-weight: bold;
}
.textJustify{
    text-align: justify;
}
.borda{
    border-color: #F68B1F;

}
.bug-titulo{
    width: 800px;
    height: 25px;
    
    background-color: #F68B1F;
}

.jorge{
    color: #fff;
}