.title-colum{
  font-size: 20px;
  color: #23c7ff;
  font-weight: bold;
}

.botao-cv {
  justify-content: end;
  margin-bottom: 50px;
  margin-top: 50px;
  
  display: flex;
  

}

.btn-generate-cv{
  border-radius: 30px;
  background-color: #23c7ff;
  text-align: center;
  align-items: center;
  width: 15%;
  height: 100%;
  border: none;
  font-size: 20px;
  margin-right: 20px;
 

}

.btn-generate-cv-anonimous{
  border-radius: 30px;
  background-color: #003189;
  text-align: center;
  align-items: center;
  width: 15%;
  height: 100%;
  border: none;
  font-size: 20px;
 

}

.btn-generate-cv-anonimous:hover {
  background-color: #dc3545;
  box-shadow: 3px 5px 5px #A9A9A9;
  color:white;
  font-size: 20px;
  transform: scale(1.1);
  transition: all 0.5s;
}


.btn-generate-cv:hover {
  background-color: #dc3545;
  box-shadow: 3px 5px 5px #A9A9A9;
  color:white;
  font-size: 20px;
  transform: scale(1.1);
  transition: all 0.5s;
}

.form-check label{
  color: black;
}


