* {
  color: var(--text_color);
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}

:hover {
  transition: all .3s;
}

h1, h2, h3, h4, h5, h6 {
  z-index: 2;
  font-family: Raleway, sans-serif;
  position: relative;
}

body {
  background: var(--text_color);
  width: 100vw;
  height: 92vh;
  margin: 8vh 0 0;
  overflow: hidden;
}

#header {
  text-align: center;
  background-color: var(--background_with_transparency);
  z-index: 99;
  width: 100vw;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
}

#header a {
  text-decoration: none;
}

#header a i {
  font-size: 1.5em;
  display: block;
}

#header a i:before {
  flex-direction: column;
  justify-content: center;
  place-items: center;
  height: 100%;
  display: flex;
}

#logo {
  filter: invert(99%) sepia(43%) saturate(3%) hue-rotate(288deg) brightness(111%) contrast(90%);
  max-width: 75px;
}

main, iframe {
  width: 100%;
  height: 100%;
}

main {
  overflow-y: none;
}
/*# sourceMappingURL=cvweb.6775ff46.css.map */
