* {
    box-sizing: border-box;
    font-family: Montserrat;
}

.bg-gradient {
    background: linear-gradient(45deg, rgb(157, 30, 32), rgb(216, 117, 38));
}

.text-gradient {
    background: linear-gradient(45deg, rgb(157, 30, 32), rgb(216, 117, 38));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.7);
}