* {
    font-family: "Montserrat", sans-serif;
}

body {
    background-image: url("../img/background-main-image.png") !important;
    background: #0D0C1A;
    background-size: cover;       /* або 100% 100% якщо треба без обрізання */
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}