* {
    box-sizing: border-box;
}

body {
    font-family: 'Encode Sans', sans-serif;
}

.bolder {
    font-weight: bolder;
}

.project-img {
    display: flex;
    align-items: center;
}

hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container {
    padding: 2rem 15px !important;
}

.greeting {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.biodata {
    margin-bottom: 3rem;
}

.summary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.describe, .greeting {
    margin-bottom: 2rem;
}

.img-container {
    border: 3px solid #222;
    padding: 5px;
    border-radius: 50%;
}

.profile-pic {
    width: 100%;
    /* transform: scaleX(-1); */
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    border-radius: 50%;
    border: 3px solid #222;
}

.subtitle {
    text-align: center;
}

.row > div {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2rem;
}

.stack > div > img {
    width: 80%;
}

.content {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.project > div {
    margin: 1rem;
    padding: 1rem;
}

.project > div > div {
    margin-bottom: 1rem;
}

.card-project {
    display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;  
    padding: 6px;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 1px 1px 7px 3px #ccc;
    transition: .2s;
}

.card-project:hover {
    transition: .2s;
    box-shadow: 3px 3px 5px 6px #ccc;
}

@media(min-width: 680px) {
    .melaku {
        width: 150px !important;
    }
    
    .pokemon {
        width: 400px !important;
    }    
}

.melaku {
    width: 100%;
}

.pokemon {
    width: 100%;
}

.project {
    text-align: center;
}

a {
    margin-right: 15px;
}

.stack-img {
    width: 100%;
}

.medium {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    height: 250px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    transition: .2s;
}

.medium:hover {
    transition: .2s;
    box-shadow: 3px 3px 18px 3px #ccc;
}

.medium > h4 {
    font-weight: 600;
}