body {
  background-color: rgba(75, 36, 201, 0.4);
  background-image: url(../img/fundo.png);
  background-size: cover;
  background-repeat: no-repeat;  
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-initial {
    background: linear-gradient(90deg, rgba(101, 33, 160, 1) 0%, rgba(57, 42, 252, 1) 100%);
    color: white;
}
.btn-initial:hover {
    color: #aeaeae;
}

.btn-violet {
    background: #6521A0;
    color: white;
}
.btn-violet:hover {
    background: #8b48c4; 
    color: white;
}

.badge-violet {
    background-color: #6521A0; /* Red background */
    color: white;
    padding: 8px 12px;
    border-radius: 5px; /* Rounded corners */
    font-size: 0.8em;
    display: inline-block;
}

.container{
  background-color: white;
  margin: 0 auto;  
  width: 90%;
  height: 90%;
  padding: 7%;
  border-radius: 16px;
  shadow: 12px;
}