@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:wght@100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=League+Spartan:wght@100..900&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,700;1,400;1,800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Young+Serif&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* border: solid; */
}
body {
  font-family: "Poppins", sans-serif;
  background-color: hsl(0, 0%, 94%);
}
main {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.container {
  background-color: white;
  padding: 40px;
  width: 650px;
  height: 500px;
  border-radius: 20px;
  border-bottom-right-radius: 150px;
}

img {
  background-color: hsl(259, 100%, 65%);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  padding: 10px;
}
img:hover,
button:hover {
  background-color: black;
  cursor: pointer;
}
form {
  color: hsl(0, 1%, 44%);
  font-size: 12px;
}
input {
  width: 120px;
  height: 50px;
  border-radius: 5px;
  border: solid hsl(0, 0%, 86%) 1px;
  display: block;
  padding-left: 20px;
}
button {
  border-radius: 50%;
  background-color: hsl(259, 100%, 65%);
  border: none;
  height: 60px;
  outline: none;
  width: 60px;
}
.submit_block {
  display: flex;
  align-items: center;
  justify-content: end;
}
.submit_block hr {
  width: 90%;
}
.text-box {
  display: flex;
  gap: 25px;
}

input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 800;
  height: 100%;
  width: 100%;
  color: hsla(0, 1%, 44%, 0.799);
}
h1 {
  font-weight: 700;
  font-size: 70px;
}
h1 span {
  color: hsl(259, 100%, 65%);
}
.attribution {
  text-align: center;
  padding-top: 20px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
.attribution a {
  color: hsl(259, 100%, 65%);
  text-decoration: none;
}
.attribution a:hover {
  cursor: pointer;
  color: hsl(0, 1%, 44%);
}
/* @media screen and (max-width: 600px) {
  main {
  }
  .container {
    width: 20rem;
  }
  .form {
    width: 60px;
    /* margin-bottom: 5rem; */
/* gap: 0; */
/* justify-content: space-between; */
/* }
  .input {
       
  }
  .submit_block {
    position: relative;
  }
  h1 {
    padding-top: 20px;
    font-size: 45px;
  }
} */
small {
  color: red;
  font-weight: ;
}
