* {
  margin: 0;
  padding: 0;
}

/*::-webkit-scrollbar {*/
/*  width: 10px;*/
/*}*/
/*::-webkit-scrollbar-track {*/
/*  background: #f1f1f1;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*  background: #888;*/
/*  border-radius: 10px;*/
/*}*/
/*::-webkit-scrollbar-thumb:hover {*/
/*  background: #555;*/
/*}*/

body {
  font-family: "Montserrat", sans-serif;
}

button {
  border: 0;
  outline: 0;
}

button:hover {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  border: 0;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

/* a, p{
    font-size: 14px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.no-pad {
  padding: 0;
}
