* {
    box-sizing: border-box;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    scrollbar-color: #434343a8 #17161482;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: #00000000;
}



body {
    align-items: center;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    position: absolute;
    width: 100%;
}




.header {
    align-items: center;
    background-color: #171614;
    display: flex;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
}

.header .header-con {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: 2000px;
    width: 100%;
}

.header .header-con img {
    height: 80px;
    width: auto;
}




.intro {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    overflow: hidden;
    padding: 50px;
    position: relative;
}

.intro img {
    border-radius: 10px;
    min-height: 100%;
    min-width: 100%;
    opacity: .35;
    position: absolute;
    z-index: -1;
}

.intro h1 {
    font-family: MC10;
    font-size: 3.5em;
    margin-bottom: 20px;
    text-align: center;
}

.intro h3 {
    font-family: Mojangles;
    font-size: 1.5em;
    margin-top: 10px;
    text-align: center;
}