/* global css */
.page404 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0; }
  .page404 .logo {
    width: 270px;
    height: 62px; }
  .page404 .img-404 {
    width: 490px;
    height: 268px;
    margin: 40px 0; }
  .page404 .content {
    max-width: 400px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    .page404 .content h2 {
      text-transform: uppercase;
      font-size: 54px;
      font-weight: bold; }
    .page404 .content p {
      font-size: 18px; }
    .page404 .content .btn-primary {
      width: 150px;
      margin: 24px auto;
      text-transform: uppercase; }
