.lexend-edbgfont {
  font-family: "Lexend", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
}

h1 {
  color: black;
  margin: 20px;
  padding: 40px;
  border-style: dashed;
  border-width: 10px;
  border-color: black;
  text-align: center;
  font-family: "Lexend", Helvetica, sans-serif;
}
p {
  color: #ff8a00;
  margin: 20px;
  text-align: center;
}
a {
  color: black;
  text-align: center;
}

body {
  background-color: #ffffff;
  color: #ff8a00;
  font-family: "Lexend", Helvetica, sans-serif;
  background-image: url("/assets/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  text-align: center;
  justify-content: center;
}

.row {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  justify-content: center;
  text-align: center;
}

input[type="submit"] {
  background-image: url(/assets/subscribeblinkie.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* put the height and width of your image here */
  height: 20px;
  width: 150px;
  border: none;
  /*hide the text*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 830px) {
  h1 {
    margin: 2px;
    padding: 4px;
    border-width: 5px;
    font-size: medium;
  }
  body {
    font-size: small;
  }
}

@media (max-width: 400px) {
  body {
    background-image: none;
  }
}

.container {
  display: flex;
}

.signupform {
  display: block;
}

footer {
  background-color: #f1f1f1;
  text-align: center;
  padding: 8px;
}
