@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
   background-color: #ffffff;
}

h1 {
  text-align: center;
  color: black;
  font-family: Corbel; Arial;
  margin-top: 40px
}

fieldset
{
  background-color: transparent;
  max-width:300px;
  padding:16px;
  border: dotted solid;
  border-color: cyan;
  border-width: 2px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
   margin: 0 auto;

}

label {
  width: 150px;
  text-align: right;
}

input {
   margin: 2px;
}

.sign-off {
  position:fixed;
  width:100%;
  bottom:10px;
  font-size:12px;
  color:#999;
  margin-top:200px;
  text-align: center;
  font-family: Raleway;
}

h1, label, legend {
   font-family: Raleway;
}

.copy-button {
    display: block;
    margin: 10px auto;
    padding: 8px 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.copy-button:hover {
    background-color: #45a049;
}
