/* body{
    background-image: url('/assets/images/darkflow.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;
} */
/* ПУЗЫРИ НА ФОНЕ */
body{
    margin: 0;
    background-color: black;
    width: 100%;
    height: 100%;
}
html{
    scroll-behavior: smooth;
}
section{
    margin: 50px 0px 50px 0px;
}
.container{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
}
.container--flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h1,h2,h3,h4,h5,h6,p,span,a{
    color: #e5e7eb;
    font-family: 'Montserrat';
    font-weight: 400;
}
