

body{display:grid;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      text-align: center;
      background-color: #000000;
      background-repeat: no-repeat;
      background-position: center;
    }

h1{font-size: 50px;
  font-family: cursive;
  font-weight: bold;
  color: black;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: lighter;
}

h2{font-size: 25px;
  padding-top: 2px;
  color:#000000;
  font-weight: lighter;
  text-align: center;
}

button {
  background-color: #3F7D20;
    border-color: inherit;
    color: white;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
}

p {font-size: 20px;
  text-align: center;
  font-weight: bolder;
  color: #000000;
}

.generator {
  background-color: #B4C5E4;
  border: thick double #32a1ce;
}

form{
  padding-top: 10px;
}
