/* General Styles */
body {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  padding: 1rem;
	padding-bottom:10rem;
  background: #333 url(mcel.png) right bottom no-repeat;
  color: #fff;
}

html {
  min-height: 100%;
}
p{
text-align:center;
}

footer {
  text-align: left;
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
}

footer a {
  margin: 1rem 2rem;
  color: #f60;
  font-size: 0.8rem;
}
a#downloadLink {
    display: block;
    margin: 1rem auto;
    max-width: 150px;
    background: #f30;
    padding: 1rem;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

/* Typography */
h1, h2 {
  text-align: center;
  font-weight: 800;
}


h1 {
  margin: 2rem auto;
  font-size: 3.5rem;
  line-height: 3.2rem;
  font-weight: 100;
  max-width: 760px;
  color: #666;
  letter-spacing: -0.2rem;
}

@media (max-width: 400px) { /* Ajuste o valor para a largura desejada */
  h1 {
    font-size: 2.8rem;
	line-height: 2.6rem;
	letter-spacing: -0.1rem;
  }
}


h2, label, form input, form button {
  font-size: 1.2rem;
}

/* Form Styles */
form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 3rem auto;
  max-width: 760px;
}

form input, form button {
  padding: 1rem;
  min-width: 290px;
  border-radius: 0.5rem;
  border: none;
}

form input {
  border: 1px solid #ddd;
}

form button {
  background-color: #f60;
  text-transform: uppercase;
  font-weight: 800;
	cursor:pointer;
}

/* Image Styles */
img {
  width: 100%;
  max-width: 640px;
  display: block;
  margin: 0 auto;
  border-radius: 0.5rem;
}
