@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Light.woff2') format('woff2'), url('../font/RobotoMono-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-ExtraLight.woff2') format('woff2'), url('../font/RobotoMono-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Medium.woff2') format('woff2'), url('../font/RobotoMono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Thin.woff2') format('woff2'), url('../font/RobotoMono-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Regular.woff2') format('woff2'), url('../font/RobotoMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-SemiBold.woff2') format('woff2'), url('../font/RobotoMono-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Bold.woff2') format('woff2'), url('../font/RobotoMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
    color: #bebebe;
}
a:link {
    color: #bebebe;
}

a:visited {
    color: #bebebe;
}


/*
.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}*/

.heading {
    width: 100vw;
    user-select: none;
}

li{
    font-family: 'Roboto Mono', sans-serif;
}
a {
    text-align: center;
    font-family: 'Roboto Mono', sans-serif;
}

h1,
h2,
h3 {
    text-align: center;
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 400;
    font-size: 3em;
    letter-spacing: 1em;
    text-indent: 1em;
    margin-right: 0%;
    margin-left: 0%;
}

h3 {
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
}

h2 {
    font-weight: 600;
    font-size: 1.5em;
    margin-top: 0%;
    letter-spacing: 1.3em;
    text-indent: 1.3em;
}

h1 {
    animation: in 7s ease-out forwards;
}

@keyframes in {
    0% {
        letter-spacing: 0.8em;
    }
    100% {
        letter-spacing: 1em;
    }
}

.projects {
    letter-spacing: 0.7em;
    text-indent: 0.7em;
    text-transform: uppercase;
    font-size: 1.7em;
}


/*  --Button & links--  */

.myButton {
    letter-spacing: 1em;
    text-indent: 1em;
}

.myButton a {
    text-decoration: none;
    margin-right: 0;
    text-align: center;
    opacity: 70%;
}

.myButton>a:hover {
    opacity: 100%;
}

#backButton {
    position: fixed;
    top: 3vh;
    left: 3vw;
}

#impbutton {
    letter-spacing: normal;
}