.title {
    font-weight: bold;
    text-shadow:
    -2px -2px 0 #118EE4,
    -2px -1px 0 #118EE4,
    -2px 1px 0 #118EE4,
    -2px 2px 0 #118EE4,
    -1px -2px 0 #118EE4,
    -1px 2px 0 #118EE4,
    1px -2px 0 #118EE4,
    1px 2px 0 #118EE4,
    2px -2px 0 #118EE4,
    2px -1px 0 #118EE4,
    2px 1px 0 #118EE4,
    2px 2px 0 #118EE4,
    -1px 0 0 #118EE4,
    1px 0 0 #118EE4,
    0 -1px 0 #118EE4,
    0 1px 0 #118EE4,
    0 0 3px #000000;
}


.subtitle {
    font-weight: bold;
    text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.3),  
    1px -1px 0 rgba(0, 0, 0, 0.3),
    -1px 1px 0 rgba(0, 0, 0, 0.3),
    1px 1px 0 rgba(0, 0, 0, 0.3),
    0 0 3px rgba(0, 0, 0, 0.3); /* Вторая тень черного цвета с блуром */
}


.uptitle {
   font-weight: bold;
   text-shadow:
    -1.5px -1.5px 0 #118EE4,  
    1.5px -1.5px 0 #118EE4,
    -1.5px 1.5px 0 #118EE4,
    1.5px 1.5px 0 #118EE4,
    2px 2px 2px #012457;
}


.body {
    font-size: 24px; /* Установите нужный размер шрифта */
    color: white; /* Цвет текста */
    font-weight: bold;
 text-shadow:
    -1px -1px 0 #164778,  
    1px -1px 0 #164778,
    -1px 1px 0 #164778,
    1px 1px 0 #164778,
    0 0 5px #164778, /* Тень цвета #002153 с размытие 5 пикселей */
    0 1.5px 2px #002153
}


.uc-gallery {
    background-image: url('https://static.tildacdn.com/tild3739-3733-4638-b633-373034666333/gallery.png');
    background-size: cover;
    background-position: center;
}


.uc-news {
    background-image: url('https://static.tildacdn.com/tild3663-3964-4435-a464-633631386635/news.png');
    background-size: cover;
    background-position: center;
}

