html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #1c1c28;
}
body {
height: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
  font-family: 'Montserrat', sans-serif;

}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #5199c9;
}
.sort {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
::-webkit-scrollbar-thumb {
  background: #ffb42a;
  border-radius: 6px;
}
button {
  background-color: transparent;
  color: #d4d4d488;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  font-size: 0.6vw;
}
::-webkit-scrollbar-thumb:hover {
  background: #cf7c00;
}
.sort h2 {
  font-size: 0.8vw;
  font-weight: 100;
  color: #d4d4d4;
}
.sort h1 {
  font-size: 1.3vw;
  
}
@media (max-width: 800px) { 

  .sort h2 {
    font-size: 2.8vw;
    font-weight: 100;
    color: #d4d4d4;
}
.sort h1 {
  font-size: 4.5vw;
}
button {
  background-color: transparent;
  color: #d4d4d488;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  font-size: 2.6vw;
}
}









































@media (max-width: 768px) { 
  
}