*, *::after, *::before {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
}

@import url('https://fonts.googleapis.com/css?family=Karla:400,700&amp;display=swap');

:root {
    --font: 'Poppins', sans-serif;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    background: #a4a4a4;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #7f7c78;
}


::selection {
    color: #fafafa;
    background: #434343;
}

html {
    background: #DDD3C5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    background: transparent;
    background-color: transparent !important;
}

#userPhoto {
    width: 170px;
    height: 100%;
    display: block;
    border-radius: 100%;
    margin: 70px auto 20px;
}

#userName.h1-text {
    color: #111111;
    font-size: 1rem;
    font-style: italic;
    padding-top: 5px;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#userName {
    color: #1E1E1E;
    font-size: 1.6rem;
    font-style: normal;
    font-family: "Gotham", sans-serif;
    font-weight: bold;
    display: block;
    letter-spacing: -1px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#links {
    max-width: 675px;
    width: auto;
    display: block;
    margin: 27px auto;
    padding-left: 10px;
    padding-right: 10px;
}

.iconlinks-1-5-rem {
    font-size: 1.15rem;
}

.iconlinks {
    font-size: 1.4rem;
}
#links a.b-end {
    margin-bottom: -17px !important;
}
#links a {
    background-color: #1E1E1E;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0px 3px 4px #7b7b7b;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s;
    border-radius: 10px !important;
}

#links a:hover {
    background-color: #373737;
    color: #ffffff;
    transform: translateY(-4px);
}

@media (max-width:575.98px) {
    #userPhoto {
        width: 180px;
        height: 100%;
        display: block;
        margin: 47px auto 30px;
    }
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.copyright {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #5e5e5e;
    padding-bottom: 25px;
    margin-top: 80px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;

}

.buttongambar img{
    box-shadow: 0px 3px 4px #7b7b7b;
    transition: all 0.3s;
    border: 3px solid #1e1e1e;
}

.buttongambar img:hover {
    transform: translateY(-4px);
}