html, body {
  height: 100%;
}

body {
  background-color: #252a34;
  background-image: linear-gradient(to bottom, #252a34,#ff2e63);
  background-attachment: fixed;
}

@media (max-width: 350px) {
  body {
    position: relative;
    overflow-x: hidden;
  } 

  html {
    overflow-x: hidden;
  }

  input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}