html{
  background: url(../img/White-Background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  font-family: font-family: 'Changa One', cursive;
  font-size: 62.5%;
  margin: 0;
}
h1, h2 {
  margin: 0;
  padding: 5px;
}
h1 {
  font-size: 6em;
  color: black;
  text-shadow: 2px 2px #c0c2ce;
}
h2 {
  font-size: 3em;
  font-variant: small-caps;
}
p {
  font-size: 2em;
  padding: 0 10px;
}
button {
  background-color: Brown;
  font-size: 1.2em;
  letter-spacing: 1px;
  border-radius: 5px;
  margin: 10px;
  padding: 10px 25px;
  border: none;
  color: white;
}
button:hover {
  background-color: darkYellow;
  box-shadow: 1px 1px black;

}
input {
  background-color: white;
  font-size: 1.4em;
  letter-spacing: 1px;
  border-radius: 5px;
  margin: 10px;
  padding: 10px 25px;
  border: none;
  color: brown;
}
span{
  font-size: 2em;
}
.bigContainerClass{
  margin : 0 auto;
  padding: 20px; 
  max-width : 400px;
  min-height: 600px;
  background-color: rgba(210,212,220,0.7);
  text-align : center;
  vertical-align :center;
}
.visible {
  display: inline-block;
}
.hide {
  display: none;
}
.bolder{
  font-size: 2.1em;
  font-style: bolder;
}