/* Main */
html, body, * {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}

body {
  background-color: #ecf5f9; /* #e7f9e7 #e7f2f7 #e5f3ed #ecf5f9 */
}

a {
  text-decoration: none;
  color: #9c1010;
}

a:hover, a:focus {
  text-decoration: underline;
}

.center {
  max-width: 800px;
  padding: 20px 40px;
  margin: 25px auto;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

.block {
  margin-bottom: 30px;
}

/* Header */

.header {
  clear: both;
  overflow: hidden;
}

.header .logo {
  font-family: 'Press Start 2P', cursiv;
  font-size: 22px;
  line-height: 30px;
  float: left;
  width: 60%;
}

.header .logo .colored {
  color: #9c1010;
}

.typed-cursor {
  font-size: 16px;
  color: #9c1010;
}

.header .clock {
  font-family: 'Press Start 2P', cursiv;
  font-size: 26px;
  line-height: 30px;
  float: right;
  width: 40%;
  text-align: right;
  padding: 15px 0;
}

/* Soon */

.soon {
  margin: 300px 0;
  font-size: 38px;
  text-align: center;
}

/* Footer */

.footer {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 0;
  clear: both;
  overflow: hidden;
}

.footer .copyright {
  width: 50%;
  float: left;
  font-size: 14px;
  padding-top: 6px;
}

.footer .ko-fi {
  width: 50%;
  float: right;
  text-align: right;
}

.footer .ko-fi .btn-container a {
  font-size: 12px!important;
  line-height: 30px!important;
  padding: 0px 8px!important;
}
