body {
    margin:0;
    padding:0;
    margin-top:25px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 100;
    }

.controls {
    margin:auto;
    width:80%;  
    text-align:center;  
}

button {
  font-size:12;
  font-family: 'Playfair', sans-serif;
  font-style: italic;
  font-style: oblique;
  /* background-color:transparent; */
  /* border-color:red; */
  border-radius:1000px;
  border-style:solid;
  border-width:1px; 
  width:60px;
  height:20px;
  cursor:pointer;
  /* color:white; */
  /* box-shadow:1px 2px 8px grey; */
  margin-left:10px;
}

.disappear {
  opacity: 0;
  height:0px;
  margin:0px;
  padding:0px;
  visibility: hidden;
}

#submit {
  width:60px;
  height:20px;
  font-family: sans-serif;

}

#buttonText {
  width:60px;
  height:20px;
  font-family: sans-serif;

}