.bg-success {
    background-color: #42b883 !important;
}

* {
    font-family: 'Quicksand', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #35495e !important;
    font-weight: bold;
}

a:link{
    color: #ff7e67;
}

a.list-group-item {
    color: #ff7e67;
}

.btn-primary {
    background-color: #ff7e67;
    border-color: #ff7e67; 
}

.bg-orange {
    background-color: #ff7e67 !important;
    border: none;
}

.main {
    background-color: #eeeeee;
}

.feedback {
    background-color : #1ebea5;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #1ebea5;
  }
  
  #mybutton {
    position: fixed;
    bottom: -4px;
    right: 10px;
    z-index: 5000 !important;
  }
