@font-face {
  font-family: "Circular Std";
  src: url("./fonts/CircularStd-Bold.woff2") format("woff2"),
    url("./fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
html,
body {
  background: yellow;
  padding: 0;
  font-feature-settings: "ss02";
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-family: "Circular Std";
  font-size: 24px;
  line-height: 30px;
  /* overflow: hidden; */
  overflow-x: hidden;
  height: 100%;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
body {
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
}
h1 {
  margin: 0;
}
@media (max-width: 800px) {
}

.main {
  height: calc(100% - 60px);
  position: relative;
}
#Layer_1 {
  fill: black;
}
.main .top,
.flex {
  display: flex;
  justify-content: space-between;
  margin: 60px;
}
.main .top .title {
  font-size: 1.6rem;
}
.main .bottom {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
.justify {
}

.grid {
  display: grid;
  text-align: center;
  grid-template-columns: auto 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px 14.2px auto;
}

.instagram {
  width: 2.4vw;
}
.bottomRight {
  text-align: right;
  bottom: 60px;
  right: 60px;
  position: absolute;
}
@media (max-width: 800px) {
}

.image {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 75vw;
  max-height: 50vh;
}
@media (max-width: 600px) {
  html,
  body {
    /* background: inherit; */
    /* color: yellow; */
    text-align: center;
    line-height: 32px;
    overflow-x: hidden;
    height: inherit;
  }
  main {
    height: inherit;
  }
  .main .bottom {
    position: inherit;
    display: block;
  }
  h1 {
    line-height: 38px;
  }
  .main .top,
  .flex {
    display: inherit;
    justify-content: space-between;
  }
  .bottomRight {
    text-align: inherit;
    bottom: 0;
    right: 0;
    position: inherit;
    /* margin-top: 10px; */
  }
  .image {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) rotateZ(-90deg);
    width: 100vh;
    height: 100vw;
    max-width: inherit;
    max-height: inherit;
    object-fit: contain;
    object-fit: cover;
    z-index: -2;
  }
  /* .main .top {
    display: inherit;
    justify-content: inherit;
  }
  .flex {
    display: inherit;
    grid-template-columns: inherit;
  } */

  #Layer_1 {
  }
}
@media (max-width: 600px) and (orientation: landscape) {
  .main .top,
  .flex {
    margin: 12px;
    display: flex;
  }
}
