h1 {
  font-family: Montserrat;
  color: white;
  font-style: Heavy;
  font-weight: Heavy;
  font-weight: 900;
}
h2 {
  font-family: Montserrat;
  color: white;
}
h3 {
  font-family: Montserrat;
  color: white;
}
h4 {
  font-family: Montserrat;
  color: white;
}
h5 {
  font-family: Montserrat;
  color: white;
}
h6 {
  font-family: Montserrat;
  color: white;
}
p {
  font-family: Montserrat;
  color: white;
}
span {font-family: Montserrat;
  color: white;}
body {
  background-color: black;
}
a {
  font-family: Montserrat;
  color: #2EACFF;
  text-decoration: none;
}
ul {
  font-family: Montserrat;
  color: white;
}
button {
  background-color: #262626;
  color: white;
  border-radius: 15px;
  border: solid 2px #999999;
  font-family: Montserrat;
  color: #2EACFF;
  padding: 7px;
  align-items: center;
  transition: background-color 0.2s ease;
}
button:hover {
  background-color: #363636;
}
a.underline {
  text-decoration: none;
}
// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
@font-face {
  font-family: "HYWenHei 85W";
  src: url("https://cdn.dafontonline.com/Files/2023/02/zh-cn-1.ttf")
    format("truetype");
}

img {
  color: white;
  border-radius: 8px;
  alt: "Error while downloading image, try again later";
  max-width: 96vw;
}


.usergalleryimg {
  width: 100px;
  height: 100px;
}
.usermainimg img {
  width: 200px;
  height: 200px;
  max-width: 100vw;
}
.iconvar1 {
  width: 40px;
  height: 40px;
}
.sendvid{
  width: 720px;
  height: 360px;
  max-width: 100vw;
  max-height: 100vw;
}
video{
  width: 720px;
  height: 360px;
  max-width: 100vw;
  max-height: 100vw;
}

.blur {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 45%;
}
