.forest-container {
    min-height: 100vh;
}

.forest-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
}
