html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, input, select,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-print-color-adjust: exact;
  -webkit-tap-highlight-color: transparent; }

html, body {
  background: #181A1D;
  box-sizing: border-box;
  color: #FFF;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none; }

body {
  font-size: 1.4rem; }

img {
  vertical-align: bottom; }

* {
  outline: 0; }
a {
  color: #F03835;
  text-decoration: none; }
  a:hover {
    color: #f46764; }

main {
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 280px; }
  main img {
    padding-left: 7px; }
  main p {
    line-height: 1.3; }
    main p:last-child {
      color: #D6D6D6; }
  main .title {
    color: #A7A7AD;
    font-size: 1rem;
    text-transform: uppercase; }
  main .date {
    color: #FFF;
    font-size: 3.2rem;
    padding: 27px 0 6px 0; }

footer {
  bottom: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  text-align: right; }
  footer p:last-child {
    color: #A7A7AD;
    font-size: 1rem;
    padding-top: 5px; }

/*# sourceMappingURL=main.css.map */
