/* Фон для всей страницы */
.t-page {
    background-image: url(https://static.tildacdn.com/tild3431-6461-4236-a235-333336343533/photo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: transparent;
}

/* Сделать фон у всех секций прозрачным */
.t-section {
    background-color: transparent;
}