* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
}
.content {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content h1 {
  margin-top: 110px;
  height: 10%;
  width: 60%;
  text-align: center;
  color: #032d6c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content p {
  margin-top: 10px;
  height: 15%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #344054;
}

.form {
  margin-top: 40px;
  height: 75%;
  width: 60%;

  display: flex;
  flex-direction: column;
}

.form h2 {
  height: 60px;
  display: flex;
  align-items: center;
  color: #032d6c;
}
.form input {
  padding-left: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
}

.form textarea {
  padding-left: 10px;
  height: 100px;
}

.form button {
  margin-top: 50px;
  height: 50px;
  width: 100px;
  background-color: #032d6c;
  color: #ffffff;
}
.footerrr {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) and (min-width: 0px) {
  * {
    margin: 0;
    padding: 0;
  }

  .content {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .content h1 {
    margin-top: 110px;
    height: 10%;
    width: 90%;
    text-align: center;
    color: #032d6c;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content p {
    margin-top: 10px;
    height: 15%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #344054;
  }

  .form {
    margin-top: 40px;
    height: 75%;
    width: 90%;

    display: flex;
    flex-direction: column;
  }

  .form h2 {
    height: 60px;
    display: flex;
    align-items: center;
    color: #032d6c;
  }
  .form input {
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .form textarea {
    height: 100px;
  }

  .form button {
    margin-top: 50px;
    height: 50px;
    width: 100px;
    background-color: #032d6c;
    color: #ffffff;
  }
  .footerrr {
    margin-top: 40px;
  }
}
