@import url('https://googleapis.com');

html{
  height:100%;
  margin-top:0px;

}

.reenie-beanie-regular {
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  font-size:30px;
  color:#000;
  font-style: normal;
}

* {
  body {
  font-family: 'Reenie Beanie', cursive;
  color:#000;
  font-size:20px;
}

}


body {
  margin: 10px;   /* allow banner/nav to be flush */
  background-color: white;
 
}
form {
  max-width: 700px;      
  margin: 50px auto;      
  padding: 20px;
  
   background-image: url("behang.jpg");
  border-radius: 1px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
 font-family: 'Reenie Beanie', cursive;
}
a{
    border: 1px solid;

  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */      /* Takes up full viewport height */
  margin: 0;               /* Removes default browser margins */
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size:20px;
  transition: color 0.3s;
}
#site-nav a:hover {
  color: #43B3AE; 
}
