body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: #212121;
    color: #ffcb00;
    font-family: "Roboto";
    font-weight: 300;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

:root {
  --color-dark: #323334;
  --color-dark-scrollbar: #121212;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  /* width: 8px; */
  /* background: #e5e4e2;
  border-left: 0 solid #e5e4e2;
  border-right: 0 solid #e5e4e2; */
  background: var(--color-dark-scrollbar);
  border-left: 0 solid var(--color-dark-scrollbar);
  border-right: 0 solid var(--color-dark-scrollbar);
}
::-webkit-scrollbar-thumb {
  /* background: #d43030; */
  background: var(--color-dark);
  width: 0;
  height: 25%;
  transition: 0.5s ease;
  cursor: pointer;
}

h1,
h2 {
    font-weight: 100
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto"
}

.linke {
    color: #FF5722
}

a,
a:link,
a:visited,
a:active {
    text-decoration: none
}
a.linke,
a.linke:link,
a.linke:visited,
a.linke:active {
    color: ffcb00;
}

a.linke:hover {
    color: #FFF;
    /*text-decoration: underline*/
}

.latest-works .btn {}

.latest-works .label {
    font-size: 90%;
    font-weight: lighter;
    margin-right: 10px;
    top: 1px;
    float: left
}

svg {
    color: #ddd;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

svg:not(:root) {
    overflow: hidden;
}

.fa-3x {
    font-size: 3em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.25em;
}
