.germania-one-regular {
  font-family: "Germania One", system-ui;
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "vinqueRegular"
  src: url("https://file.garden/ZnNeTYWrbQesARqZ/Vinque-Regular.woff2")
}

Body {
  background-image: url("https://shared.steamstatic.com/community_assets/images/items/1924780/d319ceef310253d3c797ef8ed3ed3fbcb231bfa7.jpg");
  background-position: 10% 5%;
  background-attachment: fixed;
  font-family: "Germania One"; serif;
  font-size: 1.1em;
}

h1, h2 {
  color: black;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.5px;
}

.wrapper {
  margin: -10px 40px;
}

.header {
  height: 100px;
  top: 0;
  position: sticky;
  overflow: visible;
  background-image: url('https://file.garden/ZnNeTYWrbQesARqZ/arzette%20header%20bg.jpg');
  background-position: center;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.main {
  display: flex;
  margin: 20px 0px;
  justify-content: right;
}

.main-column {
  width: 700px;
  margin: 0px 20px;
  
}

.side-column {
  width: 350px;
  
}

.inner {
  margin: 20px;
  background-color: #C19874;
}

ul {
  list-style-image: url('https://file.garden/ZnNeTYWrbQesARqZ/arzette%20quill.png');
}

#scroll-border {
  border: 40px solid transparent;
  padding: 0px;
  border-image: url("https://file.garden/ZnNeTYWrbQesARqZ/cdi%20scroll%20edited.png") 34 repeat;
  border-image-outset: 20px;
}

#achievement {
  width: 64px;
  margin: 1px;
}

#icon {
  font-size: 1.7em;
  color: black;
}

.footer {
  
}

.webmeji {
  
}

/* all mobile formatting starts here */

@media only screen and (orientation:portrait) {
  /* wrapper element doesn't make space for Arzette image in bg*/
  .wrapper {
    margin: 0;
  }
  /*header takes up full width of screen - no gaps on sides */
  .header {
    width: 100vw;
  }
  /* Arzette logo is centered in the header */
  .header img {
    display: block;
    width: 33vw;
    margin: auto;
  }
  /* one column format instead of two column format */
  .main {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  /* column takes up most of the screen width */
  .main-column, .side-column {
    width: 90vw;
    display: block;
    margin: 20px auto;
  }
}