body,
html {
  font-family: "Segoe UI", SegoeUIRuble, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  background-color: #fff;
}

body {
  position: relative !important;
  overflow-y: scroll;
}

video {
  width: 100%;
}

.header {
  background-color: #f2f2f2;
  height: 72px;
}

.nav-link .active {
  background-color: red;
}

section + section {
  margin-top: 24px;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
