
@font-face {
    font-family: "Freestyle Script";
    src: url("envio/freescpt.ttf") format("truetype");
}

section {
  padding: 12px 0px 12px 0px;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;
   background-color: #121214;
   color: white;
   text-align: center;
   z-index: 40000;
}


article {
 /* min-height: 100vh;*/
  display: grid;
  align-items: center;
}

form {
  display: flex;
  flex-wrap: wrap
}

form > input {
    flex: 1 1 10ch;
    margin: .5rem
  }

form > input[type="email"] {
      flex: 3 1 30ch;
    }

input {
  border: none;
  background: hsl(0, 0%, 93%);
  border-radius: .25rem;
  padding: .75rem 1rem
}

input[type="submit"] {
    background: hotpink;
    background: #0088cc;
    background: #0367B4;
    color: white;
    box-shadow: 0 .75rem .5rem -.5rem hsl(0, 50%, 80%);
  }



details {
  color: #0088cc;
  color: #00AAFF;
  background-color: #FCFCFC;
  background-color: #121214;
  /*font: 22px "Open Sans", Calibri, sans-serif;*/
  font: 22px "Shadows Into Light", cursive;
  font: 36px "Freestyle Script", sans-serif;
  /*width: 620px;*/
  font-weight: 400;
  z-index: 90000;
}

details > summary {
  /*padding: 2px 6px;
  width: 15em;*/
  background-color: #ddd;
  background-color: #FCFCFC;
  background-color: #121214;
  border: none;
  box-shadow: 3px 3px 4px black;
  box-shadow: 3px 3px 4px #121214;
  cursor: pointer;
}

details > p {
  border-radius: 0 0 10px 10px;
  background-color: #ddd;
  padding: 2px 6px;
  margin: 0;
  box-shadow: 3px 3px 4px black;
}

details[open] > summary {
  background-color: #ccf;
  background-color: #121214;
}



details > form {
  font-size: 22px; 
}


/*    Responsive   */



@media(max-width:800px){
  details {
    font: 30px "Freestyle Script", cursive;
    /*width: 620px;*/
  }
}