* {
  margin: 0;
  padding: 0;
}

main .continer {
  width: 60%;
  height: 120vh;
  background-color: rgb(99 70 126);
  display: flex;
  flex-direction: column;
  border: 2px;
  border-radius: 20px;
  margin: auto;
}
.logo img {
  width: 400px;
  font-size: 16px;
  position: relative;
  top: 84px;
  left: 135px;
}
.tax {
  width: 627px;
  padding: 40px;
  margin: 70px;
  color: white;
  font-weight: bold;
  font-size: 73px;
}

.form span {
  /* position: absolute; */
  position: relative;
  left: 160px;
  top: 1px;
  font-size: 23px;
}

input {
  width: 500px;
  height: 1px;
  /* border: 2px ; */
  border: none;
  border-radius: 90px;
  margin-left: 60px;
  padding: 25px 30px 35px 130px;
  font-size: 20px;
}
.form button {
  width: 650px;
  height: 1px;
  margin: 30px;
  padding: 25px;
  border: 2px;
  border-radius: 90px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 110px;
  background-color: rgb(239, 67, 114);
}
.p1 {
  /* margin-left: 200px;
  margin-top: 10px;
  font-size: 30px; */
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.p2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: rgb(239, 67, 114);
}
.and {
  color: white;
}

@media screen and (min-width: 320px) {
  main .continer {
    width: 100%;
    height: 100vh;
    background-color: rgb(99 70 126);
    display: flex;
    flex-direction: column;
    border: 2px;
    border-radius: 20px;
    margin: auto;
  }
  .logo img {
    width: 238px;
    font-size: 16px;
    position: relative;
    top: 84px;
    left: 61px;
  }
  .tax {
    width: 284px;
    padding: 16px;
    margin: 92px;
    margin-left: 19px;
    color: white;
    font-weight: bold;
    font-size: 47px;
  }
  input {
    width: 237px;
    height: 1px;
    /* border: 2px; */
    border: none;
    border-radius: 90px;
    margin-left: 20px;
    padding: 25px 30px 36px 129px;
    font-size: 20px;
    position: relative;
    bottom: 90px;
  }
  .form span {
    position: absolute;
    position: relative;
    left: 102px;
    top: -50px;
    font-size: 23px;
    z-index: 2;
  }
  .form button {
    width: 395px;
    height: 1px;
    margin: -60px;
    padding: 25px;
    border: 2px;
    border-radius: 90px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    background-color: rgb(239, 67, 114);
  }
  .p1 {
    margin-top: 310px;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .p2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    color: rgb(239, 67, 114);
  }
}
