body {
  background-color: rgb(238, 235, 231);
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

div {
  font-family: Roboto, Arial;
}

a {
  text-decoration: none;
  color: white;
}

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

::-webkit-scrollbar-thumb {
  border: 5px solid transparent;
  border-radius: 100px;
  background: rgb(177, 177, 177);
}

::-webkit-scrollbar-thumb:hover {
  background: gray;
}
