*{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
	width: 0px;
	border: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #1d273f; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #151b2b; 
  }