:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #d7d6d2;
  --gray-dark: #343a40;
  --primary: #9f9380;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #ffe9c8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #756e61;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.dot {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  background: #9f9380ba;
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(117,110,97);
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color:#6c757d !important;
  color: #fff;
  outline: none !important;
}
button.rounded-circle {
  
  transform: scaleX(1) scaleY(1.15) !important;
}
.modal-body {
  padding: 0;
}
.modal-footer button {

  background-color: #6c757d;
  border: none;
  
}

