html,body{
  width: 100%;
  height: 100%;
}

body {
  text-align: center;
  font-size: 20;
  font-family: 'Roboto', sans-serif;
  color: #333;
  margin: 0;
}

h1 {
  font-size: 50px;
}


article {
  display: block;
  text-align: left;
  max-width: 850px;
  margin: 0 auto;
}

a {
  color: #dc8100;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.logo {
  height: 35px;
}

.logo-text
{
  font-family: 'Kaushan Script', cursive;
  font-size: 1.5em;
}

.brand {
  position: absolute;
  top: 20px;
  left: 20px;
}

.coming-soon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
