@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  font-family: Source Sans pro, cursive;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  list-style: none;
  outline: 0;
  text-decoration: none;
  border: 0;
}

/* @media (min-width: 768px) { */
/* Scroll Styles */
body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-track {
  background-color: #eee;
  border: 2.5px solid #ddd;
}

body::-webkit-scrollbar-thumb {
  border: 2.5px solid #ddd;
  background: linear-gradient(to top, #777, #555, #999);
  background: radial-gradient(at top center, #263d81 0%, #000 100%);
  border-radius: 5px;
}

/* Scroll Styles */
button {
  cursor: pointer;
}
button:focus {
  outline: 3px solid #55555540;
  cursor: wait;
}
p {
  color: #666666;
  line-height: 28px;
}

#bottom_to_top {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6ab04cbb;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
#bottom_to_top > img {
  width: 50%;
}
