Код

.super-navbar {
  width: 100%;
  height: var(--navbar-height);
  position: relative;
  top: 0;
  z-index: 40;
  background: none !important;
  color: var(--navbar-text-color);
  transition: height 0.2s ease-in-out;
}

.notion-semantic-string {
  text-decoration-thickness: 0px !important;
}

h1.notion-heading {
  font-size: 50px !important;
  font-weight: normal !important;
  line-height: 0.9em !important;
  
  @media (max-width: 767px) {
    font-size: 32px !important;    }
  
}

h3.notion-heading {
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 1.2em !important;

}

a {
  display: inline-block;
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid;
  border-radius: 30px;
  text-decoration: none !important;
  transition: background-color 0.6s, color 0.6s, transform 0.3s ease;
}

a:hover {
  transform: translateY(-2px);
}


.super-navbar a {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none !important;
  transition: none;
}

.super-navbar__logo-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(20px) saturate(200%) !important;
  backdrop-filter: blur(20px) saturate(200%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 20px;
}

.notion-root {
  padding-bottom: 0vh;
}

.super-navbar.balanced .super-navbar__actions {
  margin-top: 25px;
}

.notion-toggle__trigger {
  position: relative;
  top: -4px;
  
}
video {
  width: 100%; 
  height: auto; 
}