* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#brandname {
  font-family: "Amatic SC", cursive;
}

.justifythetext {
  text-align: justify;
}

.seperator {
  width: 20%;
  height: 1vh;
}

#offcanvasBottom {
  height: 50vh;
}

.scrollbar-deep-gray::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-deep-gray::-webkit-scrollbar {
  width: 9px;
  background-color: #f5f5f5;
}

.scrollbar-deep-gray::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: gray;
}
