*{
    padding: 0%;
    margin: 0%;
}
html,body{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

header{
  border-bottom: 1px solid gold !important;
}
  
html{ 
  scroll-behavior: smooth;
}

.menu-backdrop{ 
  background: rgba(0,0,0,0.5);
 }

  .modal-75{
    max-width: 75% !important;
  }