body {
    background-image: url('images/bg-rockstar.webp');
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
}

.container-main {
    position: relative;
    z-index: 2;
}

.overlay {
    background: rgba(57,55,55,0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}