* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden !important;
}
:root {
  --my-color: rgb(218, 65, 80);
}
a {
  text-decoration: none !important;
}
.navbar-nav .nav-item,
.dropdown-menu .dropdown-item,
.navbar-nav .home {
  transition: 0.3s transform;
}
.navbar-nav .nav-item:hover,
.dropdown-menu .dropdown-item:hover {
  background-color: var(--my-color);
  border-radius: 0.6em;
  color: white;
  transform: scale(0.85, 0.85) !important;
}
.navbar-nav .home:hover {
  color: white !important;
  transform: scale(0.85, 0.85);
}
.acc-butt:hover {
  background-color: rgb(120, 28, 38) !important;
}
@media screen and (min-width: 992px) {
  .my-new {
    width: 50% !important;
  }
  .new-acc {
    justify-content: flex-start !important;
  }
}
