:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    font-family: "Mansalva";
    color: #ABD69E #CBECEE #FDF6E2 #F0D3ED #F9B472 #4455B1 #3f7b5c #c9d9f8
}

html {
    width: 100%;
    overflow-x: hidden;
    scrollbar-width: thin;
    padding: 0px;
    margin: 0;
    background: url('https://ik.imagekit.io/elaravoid/sunera-sae/dithered/1000178897-dithered.png?updatedAt=1785664062560');
    background-size: 50%;
}

body {
    padding: 0px;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gambar {
    width: calc(100% - 100px);
    background: url('https://ik.imagekit.io/elaravoid/sunera-sae/bg-blueflower-vertical.png');
    background-size: 50%;
    background-position: center;
    flex-shrink: 0;
    overflow: hidden;
    padding: 50px 50px 20px 50px;
    margin: 0;
    position: fixed;
    border-bottom: 1px solid #4455B1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tombol a {
    text-decoration: none;
    color: #4455B1;
}

.tombol a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.tombol {
    display: flex;
    gap: 15px
}

button {
    border: 4px double #4455B1;
    padding: 5px 10px;
    background: linear-gradient(0deg, #F0D3ED, #FDF6E2);
    font-size: 1rem;
    color: #4455B1;
    cursor: pointer;
    transition: all 0.2s;
}

button:hover {
    scale: 1.05;
}

button:focus {
    scale: 0.95;
}

button:active {
    scale: 1;
}

.color {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.kotakwarna {
    border: 4px double #4455B1;
    padding: 5px 5px;
    align-content: center;
    width: auto;
    border-radius: 50%;
}

.color p {
    font-family: "Mansalva";
}

.aa p,
.bb p {
    color: #FDF6E2;
}

.aa {
    background: #3F7B5C;
}

.bb {
    background: #4455B1;
}

.cc {
    background: #C9D9F8;
}

.dd {
    background: #CBECEE;
}

.ee {
    background: #fdf6e2;
}

.ff {
    background: #F0D3ED;
}

.gg {
    background: #F9B472;
}

.hh {
    background: #ABD69E;
}

main {
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 8.5rem 50px 50px 50px;
    overflow-y: auto;
}

.kiri {
    width: 50%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kolom {
    padding: 20px;
    border: 4px double #3f7b5c;
    background: linear-gradient(180deg, #CBECEE, #FDF6E2, #FDF6E2, #CBECEE);
}

.kanan {
    width: 50%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.duakolum {
    display: flex;
    gap: 15px;
}

.aboutme {
    color: #4455B1;
    padding: 20px;
    width: 100%;
    border: 4px double #3f7b5c;
    background: linear-gradient(180deg, #CBECEE, #FDF6E2, #FDF6E2, #CBECEE);
}

.lucu {
    padding: 20px;
    width: 30%;
    border: 4px double #3f7b5c;
    background: linear-gradient(180deg, #CBECEE, #FDF6E2, #FDF6E2, #CBECEE);
}

.lucu img {
    width: 100%;
}

.kontenkanan {
    padding: 20px;
    border: 4px double #3f7b5c;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: linear-gradient(180deg, #CBECEE, #FDF6E2, #FDF6E2, #CBECEE);
}

h2 {
    padding: 0;
    margin-top: -10px;
    font-size: 2rem;
    color: #F0D3ED;
    text-shadow:
        -1px -1px 0 #3F7B5C,
        0 -1px 0 #3F7B5C,
        1px -1px 0 #3F7B5C,
        1px 0 0 #3F7B5C,
        1px 1px 0 #3F7B5C,
        0 1px 0 #3F7B5C,
        -1px 1px 0 #3F7B5C,
        -1px 0 0 #3F7B5C;
}

p {
    color: #4455B1;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: "Kanit";
}

p:last-child {
    margin-bottom: 0;
}

.favorite {
    border: 2px dotted #4455B1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.item {
    padding: 10px;
}

.item img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}

.item img:hover {
    scale: 1.1;
}

.item:nth-child(5),
.item:nth-child(6),
.item:nth-child(7),
.item:nth-child(8) {
    border-top: 2px dotted #4455B1;
}

.item:nth-child(2),
.item:nth-child(3),
.item:nth-child(4),
.item:nth-child(6),
.item:nth-child(7),
.item:nth-child(8) {
    border-left: 2px dotted #4455B1;
}

.rowrow img {
    width: 100%;
    flex-shrink: 0;
}

.fotoku {
    width: 100%;
    padding: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.fotoku img {
    height: 12rem;
}

.poto {
    margin-top: -24px;
    margin-bottom: -12px;
    height: 100%;
}

.poto p {
    color: #fdf6e2;
    text-shadow:
        -1px -1px 0 #4455B1,
        0 -1px 0 #4455B1,
        1px -1px 0 #4455B1,
        1px 0 0 #4455B1,
        1px 1px 0 #4455B1,
        0 1px 0 #4455B1,
        -1px 1px 0 #4455B1,
        -1px 0 0 #4455B1;
    font-family: "Mansalva" !important;
}

.poto p:first-child {
    transform: translateY(24px);
    font-size: 1.5rem;
}

.poto p:last-child {
    text-align: right;
    font-size: 1.5rem;
    transform: translateY(-20px);
    line-height: 1;
}

@media screen and (max-width: 768px) {
    :root {
        font-size: 14px;
    }

    html {
        background-size: 100%;
        width: calc(100% - 0px);
    }

    .gambar {
        flex-direction: column;
        gap: 10px;
        padding: 15px 15px 10px 15px;
        width: calc(100% - 30px);
        background-size: 100%;
    }

    .color {
        overflow-x: auto;
        scrollbar-width: none;
    }

    main {
        flex-direction: column;
        margin: 15px;
        width: calc(100% - 30px);
        gap: 10px;
    }

    .kiri {
        margin-top: 110px;
        width: 100%;
        gap: 10px;
    }

    .kolom,
    .kontenkanan {
        padding: 15px;
    }

    .kanan {
        width: 100%;
        gap: 10px;
    }

    .favorite {
        grid-template-columns: 1fr 1fr;
    }

    .item:nth-child(3),
    .item:nth-child(4),
    .item:nth-child(7),
    .item:nth-child(8) {
        border-top: 2px dotted #4455B1;
    }

    .item:nth-child(3),
    .item:nth-child(7) {
        border-left: none;
    }
}