body {
    min-block-size: 100vh;
    margin: 0;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: 1.6;
    background: #19191f url(https://assets.plesk.com/static/default-website-content/public/img/stars-6a8fd8.svg) 50% 28px no-repeat;
    background-size: 1760px 852px;
    background-attachment: fixed;
}

.text {
    margin-block: 0.5rem 1.5rem;
    font-size: clamp(1.75rem, 1.214rem + 1.429vw, 2.5rem);
    line-height: 1.2;
    text-align: center;
	color: #fff;
    margin-top: 100px;
}