.home {
    position: relative;
    padding: 2rem;
    height: 100dvh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    color: var(--text-color);
    font-family: var(--font-biasa);
    text-align: center;
}

.home h1 {
    font-family: var(--font-tambahan);
    font-size: 1.5rem;
    margin-bottom: 1rem; 
}

.home-img {
    background: url(../img/img-home.jpeg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.home h2 {
    position: relative;
    font-family: var(--font-kaligrafi);
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 600;
    text-shadow: 20px -20px 2px whitesmoke;
    z-index: 1;
    bottom: 0.8rem;
}

.quotes {
    background-color: var(--background);
    color: var(--text-color);
    padding: 0 2rem;
    font-family: var(--font-biasa);
}

.content-quotes {
    align-items: center;
    text-align: center;
}

.content-quotes h2 {
    font-family: var(--font-tambahan);
    font-size: 1.5rem;
    margin-top: 1rem;
}

.content-quotes p {
    font-size: 1rem;
    margin-bottom: 1rem;
}