#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body {
  background-color: #000000;
}
.carousel .control-next.control-arrow:before { border-left: 12px solid #fff !important; }

body::-webkit-scrollbar, div::-webkit-scrollbar {
  width: 9px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background: #ff000000;
}

::-webkit-scrollbar-thumb {
  background: #a29999c7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


