@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700; 1900&display=своп');
body {
    margin: 0;
    font-family: 'Robot', sans-serif;
    color: #ffffff;
    background: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #39f
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, #fffc00, #072db8);
    z-index: -1; /* Фон позади шапки */
}


/* шапка */

/* .header {
} */

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header_list {
    display: flex;
    gap: 40px;
}

.header_nav a {
    font-size: 15px;
    opacity: 0.7;
    transition: opacity 0.5s;
}

.header_nav a.active {
    font-weight: 600;
    opacity: 1;
}

.header_nav a:hover {
    opacity: 1;
}
/* Кнопкі */

.btn_login {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: rgba(131, 131, 131, 0.7);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .btn_login:hover {
    background: rgba(107, 107, 107, 0.7);
  }

.btn_download {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    background: #838383b7;
    border-radius: 10px;
    position: absolute;
    top: 510px;
    left: 235px;
}

.btn_download:hover {
    opacity: 0.8;
    color: #ffffff;
}


/* Приветствіє */

/* .main {} */

/* .welcome {
    position: absolute;
    position: relative;
}

.welcom_title {
    padding: 400px 20%;
    font-size: 18px;
}

.welcome_subtitle {
    padding: 420px 585px;
    font-size: 18px;
}

.welcome_desk {
    padding: 435px 456px;
    font-size: 18px;
} */


/* Новини */

/* .news {}

.news_card {}

.news_img_one {}

.news_list_one {}

.news_list_desc_one {} */