

.bg-main {
    background-color: #543240 !important;
  }
  
  a.bg-main:hover, a.bg-main:focus,
  button.bg-main:hover,
  button.bg-main:focus {
    background-color: #452733 !important;
  }

  

.btn-ghost-main {
    color: #543240;
    background-color: transparent;
    background-image: none;
    border-color: transparent;
  }
  .btn-ghost-main:hover {
    color: #fff;
    background-color: #543240;
    border-color: #543240;
  }
  .btn-ghost-main:focus, .btn-ghost-main.focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 9, 9, 0.906);
  }
  .btn-ghost-main.disabled, .btn-ghost-main:disabled {
    color: #543240;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-ghost-main:not(:disabled):not(.disabled):active, .btn-ghost-main:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #543240;
    border-color: #543240;
  }
  .btn-ghost-main:not(:disabled):not(.disabled):active:focus, .btn-ghost-main:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 9, 9, 0.906);
  }
  .show > .btn-ghost-main.dropdown-toggle {
    color: #fff;
    background-color: #543240;
    border-color: #543240;
  }
  .show > .btn-ghost-main.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 9, 9, 0.906);
  }

  .w-200 {
    width: 200px;
  }  
  .h-200{
    height: 200px;
  }

  html, body {
      text-align: start !important;
  }