body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: url("/img/background.png") repeat scroll 0% 0% #f8fcf6;
  color: #333333;
  line-height: 1;
  font-size: 16px;
  font-family: Ubuntu, Verdana, sans-serif;
  text-align: center;
  overflow-y: scroll;
}


article {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  width: 768px;
  line-height: 1.4;
}

article header {
  text-align: left;
  position: relative;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #dbdbdb;
  margin: 0;
}

article header h1 {
  position: relative;
  bottom: -4px;
  display: inline-block;
  font-size: 225%;
  margin: 0;
  padding: 0 12px;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #1e8ac8;
  font-weight: bold;
}


footer {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 768px;
  padding: 4pt 0px;
  border-width: 1px 0 0 0;
  border-color: #1e8ac8;
  border-style: solid;
}

.header {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  width: 768px;
  padding: 24px 0 36px 0;
  clear: none;
}

.header img {
  height: 32px;
  vertical-align: middle;
}

.signInWithGoogle {
  display: inline-block;
  background: url("/img/btn_google+_signin_dark_normal_web@2x.png") repeat scroll 0% 0%;
  width: 386px;
  height: 96px;
}

.signInWithGoogle:hover {
  background: url("/img/btn_google+_signin_dark_focus_web@2x.png") repeat scroll 0% 0%;
}

.signInWithGoogle:active {
  background: url("/img/btn_google+_signin_dark_pressed_web@2x.png") repeat scroll 0% 0%;
}

.logout {
  display: inline-block;
  background-color: #dc4e41;
  padding: 2px 16px;
  color: #ffffff;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  vertical-align: middle;
}

@media all and (max-width: 768px) {
  body header, body article, body footer{
    width: 100%;
  }
}

/* Тест */