html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
a {
  text-decoration: none;
}
input {
  padding: 10px;
  width: 100%;
  border-radius: 20px;
}
