* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Quicksand';
    transition: 0.8s ease !important;
  }

  html, body {
    margin: 0px !important;
    color: #7f8c8d;
    font-size: 16px;
    background-color: #FE6C17; 
    width: 100dvw;
    display: flex;
    flex-direction: column;
    overscroll-behavior-y: contain;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}