@import url("https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  text-align: center;
  margin-top: 0 !important;
  font-family: "Almendra", serif !important;
  font-weight: 400;
  font-style: normal;
  color: #c7c7c7 !important;
}

.bg-cover {
  background-image: url(soboleva.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

/* .bg-cover {
  background-image: url("vera.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

@media (min-width: 1024px) {
  .bg-cover {
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
    background-color: #161f27;
  }
} */

form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 300px;
  margin: auto;
  margin-top: 2rem !important;
  justify-content: center;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95vh;
}

input {
  margin-bottom: 20px !important;
}

main {
  position: relative;
}

input {
  width: full;
  margin-top: 0.5em;
  border-radius: 5px;
}

button {
  margin-top: 2rem;
}

h1 {
  margin-top: 3rem !important;
  color: #c7c7c7 !important;
}

h2 {
  margin-top: 0 !important;
  color: rgba(199, 199, 199, 0.7) !important;
  font-size: 1.5rem;
}

i {
  font-size: 0.9rem;
}

footer {
  justify-self: flex-end;
}

a {
  margin-left: 5px;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
    padding: 0 1rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  form {
    width: 90%;
    margin-bottom: 2rem;
  }
}
