@import url("../Directory/styles.css");

body {
    min-height: 100svh;
}

.text-content {
    padding: clamp(1.25rem, 3vw, 2.5rem);
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    border-radius: .6rem;
    background: color-mix(in srgb, Canvas 94%, currentColor 6%);
}

.text-content > :first-child {
    margin-top: 0;
}

.text-content > :last-child {
    margin-bottom: 0;
}
