body {
    margin: 0px;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 12px
}

@import url("//hello.myfonts.net/count/3c3fe7");

@import url("//hello.myfonts.net/count/3c3fef");
  
@font-face {
  font-family: 'Prestige12BTWXX-Roman';
  src: url('webFonts/Prestige12BTWXX-Roman/font.woff2') format('woff2'), url('webFonts/Prestige12BTWXX-Roman/font.woff') format('woff');
}
/*-------------------------------------*/


body {
  margin: 0px;
  }

  .bg {
  display: block;
  position: relative;
  height: 100vh;
  width: auto;

  margin-left: auto;
  margin-right: auto;
  }

  @font-face {
   font-family: 'Prestige12BTWXX-Roman';
   src: url('webFonts/Prestige12BTWXX-Roman/font.woff2') format('woff2'), url('webFonts/Prestige12BTWXX-Roman/font.woff') format('woff');
  }

  .about {
  display: block;
  position: fixed;
  top : 0;
  left: 12px;
  width: 100%;
  font-family: 'Prestige12BTWXX-Roman';
  font-size: 0.8em;
  }

  .portfolio-items-wrapper {
    display: flex;
    flex-direction: column;
    
    column-gap: 20px;
    margin-top: 40px;
    font-family: 'Prestige12BTWXX-Roman';
    font-size: 0.8em;
    line-height: 1px;
  
    z-index: -1;
  }

  .image {
    padding-bottom: 100px;
  }