.container {
max-width: 1440px;
height: 500px;
margin: 0 auto;
}
.fact {
margin-bottom: 25px;
}
.facts {
line-height: 22px;
font-size: 15px;
color: #929394;
font-weight: 600;
font-family: iviSans,Arial,Helvetica,Helvetica Neue,FreeSans,sans-serif;
}
ul{
list-style-type: circle;
}
.facts {
list-style-position: Outside;
}
.factsr ::marker {
color: red;
}
.facts {
list-style: none;
list-style-position: Outside;
}
.facts li::before {
content: "•";
font-size: 130%;
line-height: 0;
margin: 0 0.3rem 0 -0.25rem;
position: relative;
top: 0.08rem;
color: red;
}
.facts {
list-style: none;
}
.facts li::before {
content: "";
width: 1em;
height: 1em;
display: inline-block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='gray'/%3E%3C/svg%3E");
background-size: 38%;
background-repeat: no-repeat;
background-position: left center;
position: relative;
top: 0.08rem;
}
from vk_api.longpoll import VkLongPoll, VkEventType
from vk_api.keyboard import VkKeyboard, VkKeyboardColor
from bs4 import BeautifulSoup
from lxml import html
import json
import requests
import random