body {
  min-height: 100vh;
  min-width: 100vw;
  /*IMPORTANTE*/
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color:#5e2760;
  background: url("img/bg.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


background-color: #d0f398f5 !important;
