.tvstand-content {
    display: grid;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 100vh;
    background-image: -webkit-linear-gradient(
        rgba(197, 188, 188, 0) 0%,
        rgba(0, 0, 0, 1) 100%
      ),
      url(/static/lagediapp/images/tvstandbackground.jpg);
    background-position: center;
    background-size: cover;
    font-family: "Urbanist Thin";
    gap: 2em;
    align-items: center;
    justify-items: center;
    color: #FEF9F5;
}

.tvstand-content h2 {
    font-size: clamp(1.5rem, 5vw, 4rem);
}
