

p {
    margin-top: 5px;
  }

  form {
    text-align: center;
  }

  fieldset {
    margin-bottom: 15px;
    padding: 10px;
    width: fit-content;
    margin: auto;
    text-align: center;
  }

  legend {
    padding: 0px 3px;
    font-weight: bold;
    font-variant: small-caps;
  }
   
  label {
    width: 110px;
    display: inline-block;
    vertical-align: top;
    margin: 6px;
  }
   
  em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
  }
   
  input:focus {
    background: #eaeaea;
  }
   
  input[type=submit] {
    width: 150px;
    padding: 10px;
  }

  /*show.php*/

  #button {
    background-color: black;
    text-align: center;
  }

  a{
    text-decoration: none;
    border: solid 1px black;
  }







  body {
  background: #ffffff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #c2c2c2;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0vh;
  font-size: 24px;
}
