body {
    font-family: Poppins
}

html {
    scroll-behavior: smooth;
}

nav {
    background-color: transparent;
    font-size: larger;
    position: fixed;
}

.nav-link {
    color: #7C96AB;
}

.nav-link:hover {
    color: #7C96AB;
}

.fa {
    size: 30px;
}

.navbar-brand {
    color: #7C96AB;
    font-weight: bold;
    font-size: xx-large;
}

.navbar-toggler {
    background-color: #7C96AB;
}

.navbar-brand:hover {
    color: #7C96AB;
}

body {
    background-color: #181C14;
    font-family: 'Poppins', sans-serif;
    min-height: 2600px;
}

.row {
    color: white;
    margin-top: 3rem;
}

#tentang {
    padding-top: 1rem;
}

.h2,
h2 {
    color: white;
}

.h4,
h4 {
    color: white;
}

.h6,
h6 {
    color: white;
}

p {
    color: black;
}

/* #portofolio {
    padding-top: 1rem;
} */

.portofolio p {
    color: #181C14;
}

/* .portofolio,
.row {
    margin-top: 4rem;
} */

.img-thumbnail {
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    width: 300px;
    max-width: 89%;
}

.h1,
span {
    color: #7C96AB;
}

.fa {
    color: #7C96AB;
}

.h2,
h2 {
    color: #7C96AB;
    font-weight: bold;
}

#tentang {
    margin-top: 7rem;
}

#buton {
    position: fixed;
    max-width: 5%;
    min-width: 5%;
    margin-top: 37%;
    margin-right: -45%;
}

#skil {
    margin-top: 3rem;
}

/* .group {
    margin-top: 15rem;
    position: relative;
    height: 30px;
    overflow: hidden;
}

.group .text {
    color: white;
    position: absolute;
    margin: 5px 0;
    padding: 0;
    width: max-content;
    animation: my-animation 13s linear infinite;
} */

footer {
    margin-top: 15rem;
}