* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, pt-6 pb-6, main,
audio, canvas, video {
  display: block; }

html {
  background: #F5EEE7;
  background: #0a0a0a;
  color: #ffffff; }
  html a {
    display: inline-block;
    color: inherit;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    html a:hover {
      cursor: pointer;
      text-decoration: underline;
      opacity: 0.8; }

body,
input,
button,
select,
textarea {
  font-family: "Helvetica", mono, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

img {
  height: auto;
  max-width: 100%;
  display: block; }

svg {
  display: block; }

::-moz-selection {
  background: rgba(255, 255, 255, 0.4);
  filter: blur(2px);
  background: #F5EEE7;
  color: #0a0a0a; }

::selection {
  background: rgba(255, 255, 255, 0.4);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background: #F5EEE7;
  color: #0a0a0a; }

::-moz-selection {
  background: rgba(255, 255, 255, 0.4);
  filter: blur(2px);
  background: #F5EEE7;
  color: #0a0a0a; }

.wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 120px 0; }

.wrapper {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center; }
