.main-wrap {
    background: url('/assets/img/rss.jpg') rgba(0 0 0 / 0.5);
    background-size: cover;
    background-blend-mode: multiply;
}

.hero-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hero-title {
    background-color: rgb(255 255 255 / 0.8);
    margin: 0 1rem;
    padding: 2rem;
    border-radius: 5px;
    text-align: center;
}
