* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background-color: #f4f4f4;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}
input {
  font-family: inherit;
}
.page-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}