@font-face {
    font-family: 'MOSCOW2024';
    src: url('https://coders-lair.com/moscow2024.otf') format('opentype');
}

body {
    font-family: 'MOSCOW2024', sans-serif;
}

.title-block {
    position: relative;
}

/*.title-block > img, .overlay-text {*/
/*    position: absolute;*/
/*}*/

.overlay-text {
    color: white;
    font-weight: bolder;
    padding: 150px 50px;
    -webkit-font-smoothing: antialiased;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.lead {
    margin-top: 1em;
    font-weight: bolder;
}