p {
  margin-bottom: 0;
}

.bg-violet {
  background-color: rgb(24, 149, 211) !important;
}

.footer {
  bottom: 0;
  width: 100%;
}

#grafico {
  height: 500px !important;
  width: 500px !important;
}

.text-justify{
    text-align: justify !important;
}

@media screen {
  body{
    width: 100%;
  }
}

.footer-fixed {
  position: fixed;
  left: 0 !important;
  bottom: 0 !important;
  width: 100%;
}