body, html {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

body {
  background: url(./images/Screenshot\ 2023-06-01\ 12-38-25.jpg) no-repeat center center fixed;
  background-size: cover;
}

#vanta {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

video {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main {
  position: relative;
}

main.animated {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s ease-in-out, filter 2s ease-in-out;
}

header {
  margin-top: 3em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header > img {
  width: 4em;
  height: 4em;
  border-radius: 100%;
  box-shadow: rgb(28 32 93 / 24%) 0px 2px 8px 0px;
}

header > h1 {
  display: inline-block;
  font-size: 0.9em;
  color:rgb(80, 80, 83);
  padding: 0.3em 0.6em;

}

ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0 auto;
  padding: 0.8em;
  max-width: 380px;

 
}

ul > li {
  background-color: rgba(255, 255, 255, 0.349);
  backdrop-filter: blur(10px) saturate(160%) contrast(180%);
  -webkit-backdrop-filter: blur(10px) saturate(160%) contrast(180%);
  border-radius: 1em;
  margin: 1.4em 0;
  box-shadow: rgb(28 32 93 / 24%) 0px 2px 8px 0px;
}

ul > li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  gap: 2em;
  padding: 1em 1rem;
  transition: 5s ease all;
}

ul>li>a>p{
  width: 200px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
a {
  color: rgb(76, 76, 80);
  text-decoration: none;
}

a:hover{
  color: aqua;
}
.image{
  display: flex;
  width: 11%;
  object-fit: cover;
  min-height: 4vh;
}
.image2{
  width: 25%;
  object-fit: cover;
  min-height: 4vh;
  border-radius: 6px;
}
.image3{
  width: 20%;
  object-fit: cover;
  min-height: 4vh;
}
.image4{
  width: 20%;
  object-fit: cover;
  min-height: 4vh;
}
.image5{
  width: 20%;
  object-fit: cover;
  min-height: 4vh;
}
.image6{
  width: 20%;
  object-fit: cover;
  min-height: 4vh;
}

.li1{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.li2{
  width: 50%;
  padding: 7px 16px;
  min-height: 3vh;
  font-size: 11px;
  background-color: #fffa;
  color:  rgb(118, 118, 123);
  backdrop-filter: blur(10px) saturate(160%) contrast(180%);
  -webkit-backdrop-filter: blur(10px) saturate(160%) contrast(180%);
  border-radius: 1.8em;

}
