@font-face {
  font-family: Chalet;
  src: url(fonts/chalet-londonnineteenseventy.eot);
  src: url(fonts/chalet-londonnineteenseventy.eot?#iefix) format("embedded-opentype"), url(fonts/Chalet-LondonNineteenSeventy.woff) format("woff"), url(fonts/Chalet-LondonNineteenSeventy.ttf) format("truetype"), url(fonts/Chalet-LondonNineteenSeventy.svg#Chalet-LondonNineteenSeventy) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: chalet;
  src: url(fonts/chalet-londonnineteenseventy.eot);
  src: url(fonts/chalet-londonnineteenseventy.eot?#iefix) format("embedded-opentype"), url(fonts/chalet-londonnineteenseventy.woff2) format("woff2"), url(fonts/chalet-londonnineteenseventy.eot?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: CenturyGothicCus;
  src: url(fonts/GOTHIC_0.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: CenturyGothicCus;
  src: url(fonts/GOTHICB_0.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: CenturyGothicCus;
  src: url(fonts/GOTHICBI_0.ttf) format("truetype");
  font-weight: 700;
  font-style: italic
}

@font-face {
  font-family: CenturyGothicCus;
  src: url(fonts/GOTHICI_0.ttf) format("truetype");
  font-weight: 400;
  font-style: italic
}
* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  flex-direction: column;
}

#main {
  min-height: 100vh;
  max-width: 767px;
  margin: 0 auto;
  position: relative;
}

.main-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.main-img img {
  padding: 15px;
  max-width: 308px;
}

.footer {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 20vh;
  font-family: "Century Gothic", CenturyGothic, CenturyGothicCus,
    AppleGothic, sans-serif;
}

.footer-inner {
  display: flex;
  align-items: center;
}
.footer-text {
  padding-right: 20px;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 2px;
}