.log-reg-button{
  background-color: transparent;
  line-height: 20px;
  border-radius: 0.5rem;
  border-width: thin;
  border-color: #3f3f82; 
  cursor: pointer;
  color: #3f3f82;
  font-weight: bold;
}

 .reg-button{
   margin-left: 10px;
}

.log-reg-button .nav-link{
   color: #3f3f82;
   font-weight: bold;
}



.active, .log-reg-button .nav-link:hover{
   color: white;
   font-weight: bold;
}

.active, .log-reg-button:hover {
  background-color: #3f3f82;
  color: white;
}

.lang-btn{
    margin-left: 10px;
}
