/*
Theme Name: Inside
Author: Spry
Author URI: https://twitter.com/sprykritic
Version: 1.0
*/

*, ::after, ::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  padding: 15px;
  background: #FFFFFF;
}

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

a:hover {
  color: #2C8EB0;
  text-decoration: underline;
}

#page {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header, .footer {
  height: 25%;
  width: 100%;
  padding: .5em;
}

.message {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em;
  flex-direction: column;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-items {
  flex: 0 0 auto;
  display: inline-flex;
}

.header-title {
  padding: .25em;
  font-size: 1.25em;
  background: #000;
  color: #FFF;
  display: inline-flex;
  font-weight: 500;
  margin: 0;
}

.reponse {
  font-size: 6em;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .header, .message, .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .message {
    justify-content: flex-start;
  }
}
