/*
Theme Name: temp-ashe
Author: Ashe Gentle
Author URI: https://ashe.graphics/
*/

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/noto-sans-v6-cyrillic_latin-regular.eot'),
      url('fonts/noto-sans-v6-cyrillic_latin-regular.woff2') format('woff2'),
      url('fonts/noto-sans-v6-cyrillic_latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/noto-sans-v6-cyrillic_latin-700.eot'),
      url('fonts/noto-sans-v6-cyrillic_latin-700.woff2') format('woff2'),
      url('fonts/noto-sans-v6-cyrillic_latin-700.woff') format('woff');
}

html {height: 100%;}
body {color: #212121; font-family: 'Noto Sans', sans-serif; font-size: 16px; height: 100%; margin: 0;}

footer {font-size: 12px; min-width: 100%;}
footer .container {padding: 10px 0;}
footer .container p {margin: 0;}
footer .container p.copyright {float: left;}
footer .container a.creator {float: right;}

header, nav, section, article, footer {display: block;}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: #a1d6ff;
}

.title {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
}