body {
   font-family: Helvetica, sans-serif;
   padding-top: 40px;
}

h1 {
   background: #1865D9;
   border: 1px solid #0F469B;
   color: white;
   padding: 20px;
   margin-bottom: 30px;
   text-align: center;
}

h1 a, h1 a:visited {
   text-decoration: none;
   color: white;
}

h2 {
   text-align: center;
}

p {
   display: block;
   width: 600px;
   margin: 0 auto;
   margin-bottom: 20px;
}

.center {
   text-align: center;
}

a {
   color: #1865D9;
}

a:visited {
   color: #0F48A0;
}

.button {
   cursor: pointer;
   display: block;
   margin: 0 auto;
   margin-top: 30px;
   width: 200px;
   background: #E72789;
   border: 1px solid #A51C64;
   color: white;
   font-style: bold;
   font-size: 1.2em;
   text-align: center;
}

input.button {
   padding-top: 30px;
   padding-bottom: 30px;
}

.button a {
   color: white;
   text-decoration: none;
   display: block;
   width: 100%;
   height: 100%;
   padding-top: 30px;
   padding-bottom: 30px;
}

.footer {
   position: absolute;
   bottom: 20px;
   font-size: 0.8em;
   color: #9B9B9B;
}

.footer a {
   color: #868686;
}
