/* Play with speed and easing of the animation 
Countdown- Wähler*/
/* =========================================== */




body {
  background: #0069b4; 
  display: flex;
  font-family: 'Lato';
  font-weight: 900; 
  float: none;
  text-align: center;
}

h1 {
  display: block ; 
  text-align: center;
  font-size: 5em;
  color: rgba(255, 255, 255, 1);
  margin: 2px auto;
  padding-bottom: 50px;
}

p {
  Color: #CCCCCC;
  font-weight: 400;
  font-size: 1em;
  padding-top: 50px;
}

.wrapper {
  margin: 100px auto;
  width: 1000px;
  position: relative;
}

a:link {
  text-decoration: none;
  color: black;  
}

a:visited {
  color: black;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a:hover, a:active {
  color: gray;
}


button {
    margin: 0 2em;
    padding: .2em .5em;
}	
button:hover,
button:focus {
  background-color: #339CE7;
  
}
button:active {
  background-color: #003681;
}
