body {
    margin: 0;
    padding: 0;
    z-index: 9;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    height: 100vh;
}

main .container {
  max-width: 768px;
}

.red-text {
  color: #af0606;
}

.photo img {
  width: 100%;
}

.section-top .photo {
  max-width: 470px;
  margin: 0px auto;
  width: 100%;
}

.section-text .name-text {
  margin-top: 20px;
  font-size: 20px;
}

.section-form input {
  height: 50px;
  width: 100%;
}

.btn-form {
  background-color: #af0606;
  color: #fff;
  border-radius: 6px;
  width: 100%;
  border: none;
  height: 50px;
}
