*{
    font-family: 'Roboto', sans-serif;

    ;
}
 body{ 
  background-image: url('./assets/bg.jpg');
  background-size: cover;         
  background-repeat: no-repeat;   
  background-position: center; 
  background-attachment: fixed; 
 }
.title {
    font-family: 'Luckiest Guy', cursive;
    color:#9B827D ;
    letter-spacing: 2px !important;
}

.btn-adicionar{
    background-color:#CDBAB4  ;
    color:white !important;
   
}
.btn-adicionar:hover{
    background-color: #9B827D ;
}
.btn-success:hover,
.btn-danger:hover {
    background-color: #9B827D ; 
    color: white !important; 
}

.btn-success,
.btn-danger,
.btn-secondary {
  background-color: #CDBAB4 !important;
  color: white !important; 
}
.btn-success:hover,
.btn-danger:hover,
.btn-secondary:hover {
  background-color: #9B827D !important;
  color: white !important;
}

@media (min-width: 768px) {
    .title {
    font-family:Luckiest Guy;
    letter-spacing: 4px !important; 
       
    }
}



