body {
  background: black;
  letter-spacing: 0.2em;
  color: white;
  font-family: "Poppins";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-width: 320px) {
  body {
    background: black;
    letter-spacing: 0.2em;
    color: white;
    font-family: "Poppins";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .hidden-menu {
    display: inline;
  }
  .menu {
    display: none;
  }
  .main-name {
    padding-top: 20vh;
    padding-left: 20vw;
  }
  .main-name .name {
    font-size: 46px;
    letter-spacing: 0.1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-name .profession {
    font-size: 26px;
    letter-spacing: 0.4em;
    line-height: 3;
  }
  .image-container {
    width: 100%;
  }
  .image-container .main-image {
    position: relative;
    z-index: -1;
    width: 300px;
    float: right;
    top: -135px;
    padding-right: 150px;
  }
  .header span {
    font-size: 20px;
    padding: 20px 20px;
    cursor: pointer;
  }
  .card-divider {
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  #canvas1 {
    top: 65px !important;
  }
  .menu {
    display: inline-block !important;
    position: fixed;
    top: 16px;
    right: 25px;
  }
  .hidden-menu {
    display: none;
  }
  .header span {
    display: block;
    width: 100%;
    text-align: center;
    padding: initial !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .image-container {
    width: 100%;
  }
  .image-container .main-image {
    position: relative;
    z-index: -1;
    width: 300px;
    float: right;
    top: -120px;
    padding-right: 0px;
  }
}
.right {
  float: right;
}

.left {
  float: left;
}

h1, h2, h3, h4 {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  color: #ff9700;
}

.title h2 {
  font-size: 24px;
  padding-left: 20px;
  padding-top: 10px;
  color: #ff9700;
  font-weight: 300;
}

.text {
  padding-left: 40px;
  padding-right: 40px;
}

.break-page {
  page-break-before: auto;
  margin-top: 140px;
}

a:hover, a:visited, a:link, a:active {
  text-decoration: none;
  color: #ff9700;
}

a, h2 {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

h2::before, a::before,
h2::after, a::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

h2::before, a::before {
  background-color: #ff9700;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

h2::after, a::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #ff9700;
}

h2:hover::before, a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

h2:hover::after, a:hover::after {
  transform: translate3d(0, 0, 0);
}

h2 span, a span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

h2:hover span, a:hover span {
  transform: translate3d(-200%, 0, 0);
}

progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.progress-bar {
  width: 100%;
  color: #ff9700;
  background-color: #ff9700;
}

progress[value]::-webkit-progress-bar {
  background-color: #ff9700;
}

#canvas1 {
  position: absolute;
  top: 0;
}

span:active {
  background-color: black;
}

.hidden {
  height: 0.001px;
  width: 0.001px;
}

.card-divider {
  margin-top: 10vh;
  border: 1px solid orange;
  border-radius: 15px 50px;
  padding: 12px 26px;
  margin-left: 10px;
  margin-right: 10px;
}

.card-container {
  text-align: center;
}

#year {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

hidden {
  display: none;
}

.box-color {
  border: 1px solid orange;
  margin: 30px;
  border-radius: 0px 43px;
  box-shadow: 6px 8px 15px 0px orange;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset -1px -9px 18px -8px orange;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 0);
  outline: 1px solid rgb(255, 153, 0);
  border: 1px solid orange;
  margin: 30px;
  border-radius: 40px 0px;
  box-shadow: 2px 2px 20px 2px orange;
}/*# sourceMappingURL=style.css.map */