.home {
    position: relative;
    padding: 2rem;
    height: 100dvh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: var(--text-on-dark);
    font-family: var(--font-body); 
    text-align: center;
}

.content-home h1 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.content-home h2 {
    position: relative;
    font-family: var(--font-body);
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0;
}

.home img {
    width: 30%;
}

.quotes {
    font-family: var(--font-body);
}

.content-quotes {
    align-items: center;
    text-align: center;
}

.content-quotes h2 {
    font-size: 1rem;
    margin-top: 1rem;
}

.content-quotes p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}