@charset "utf-8";

:root {
  --animation-duration: 500ms;
}

html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1vw;
  overflow-x: hidden;
  color: #C9D2DA;
  background: #020d13;
  font-kerning: normal;
}

@media all and (min-width: 900px) {
  html {
    font-size: 10px;
  }
}

a {
  text-decoration: none;
  color: #C9D2DA;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body.lock {
  overflow: hidden;
}

#app {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin: 0 auto;
}

.content {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.unshelled {
  width: 854px;
  max-width: 100vw;
  height: 1280px;
  max-height: 100vh;
  margin: 0 auto;
  background: transparent url("./unshelled.jpeg") no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 14px 20px #020d13 inset;
}
