@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');
body {
    background-color: #000000;
    font-family: 'IBM Plex Mono';
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    min-height: 100vh;
}

li, a, button {
    
    font-family: "IBM Plex Mono";
    font-weight: lighter;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    }

section {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 100vh;
    scroll-snap-align: start;
}

.hidden {
    opacity: 0;
    transition: all 1s;
}

.show {
    opacity: 1;
}

.logo {
    position: absolute;
    top: 0rem;
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 100vh;
    mix-blend-mode: difference;
    width: 650px;
    height: 650px;
}

.logoheader {
    width: 100px;
    cursor: pointer;
    margin-right: auto;
    z-index: 1;

}

.wbg {
    background-color: #FFF;
    color: #000;
}

header {
    display: flex;
    align-items: center;
    padding: 30px 10%;
    mix-blend-mode: difference;
    
   }

  .navlinks {
    
    list-style: none;
        
    }
    
    .navlinks li {
        display: inline-block;
        padding: 0px 20px;
    }
    
    .navlinks li a {
        transition: all 0s ease 0s;
    }
    
    .navlinks li a:hover {
        text-decoration: underline;
    }
    
    button {    
        border-color: #FFF;
        background-color: transparent;
        padding: 5px 30px;
        border-width: 1px;
        border-radius: 0px;
        cursor: pointer;
        transition: all 0s ease 0s;
        margin-left: 20px;
        margin-top: 5px;
    }
    
    button:hover {
        border-color: #FFF;    
    border-radius: 0px;
    border-width: 1px;
    padding: 5px 30px;
    text-align: center;
    text-decoration: underline;
    }
    
    .footer{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
        font-size: 10px;  
        margin-bottom: 15px;
        mix-blend-mode: difference;
        }

.footer2 {
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: white;
    font-size: 10px;
    mix-blend-mode: difference;
    text-align: right;
    width: auto; 
}

.footer2 a {
    font-size: 10px;
}

.footer2 a:hover {
    text-decoration: underline;
}

.navdiv {
position: fixed;
width: 100%;
mix-blend-mode: difference;
z-index: 1050;
}

.center2 {
    position: absolute;
    z-index: 9999;   
    mix-blend-mode: difference; 
    text-align: center;
    font-weight: bold;
    width: auto;
      pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.info {
    background: none;
    border: 1px solid white;       
    padding: 20px 20px;    
    width: 1000px;
    z-index: 2;
    text-align: center;
        }

        .neofetch {
            font-family: "IBM Plex Mono";
            white-space: pre;
            border: 1px solid white;
            font-size: 10px;
            padding: 20px 40px;
            background-color: #000000;
            z-index: 1;
            margin-top: 50px;
            }