*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  font-family: "Roboto", system-ui;
  
}
:root {
  --main: #ff4b4b;
  --main-accent: #521F1D;
  --accent: #FFDD30;
  --text-accent: #cdcdcc;
}
body{
  background-color: whitesmoke;
  overflow-x: hidden;
}

/* ::-webkit-scrollbar{
  width: 0.8em;
}
::-webkit-scrollbar-track{
  background: var(--darkest);
}
::-webkit-scrollbar-thumb{
  background: var(--dark);
  border-radius: 15px;
  transition: 0.3s;
}
::-webkit-scrollbar-thumb:hover{
  background: var(--light);
} */