body {
  font-family: "Montserrat", "Inter", sans-serif;
  margin: 0;
  background-color: #fff;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
}

button {
  cursor: pointer;
  color: currentColor;
  padding: 0;
}

input,
select {
  outline: none;
  margin: 0;
}

.visually-hidden {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
  pointer-events: none;
  visibility: hidden;
}

.link-home-cont {
  font-size: 20px;
  margin: 30px;
}

select:invalid {
  color: #757575;
}

.error {
  border: 1px solid #ff4d4f !important;
  box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.15);
}
