@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
.container{
  overflow: auto;
  width: 41em;
  filter: drop-shadow(0 0 10px rgb(255, 23, 243));
}
.vid-info {
  background-color: rgba(36, 5, 48, 0.42);
  border: 6px double rgb(255, 23, 243);
  border-radius: 10px;
  filter: drop-shadow(0 0 10px rgb(255, 23, 243));
}
.headerTop {
  background-color: rgba(118, 0, 168, 0.90);
}
.headerBottom {
  background-color: rgba(164, 0, 235, 0.90);
}
body {
  background-image: url("https://i.imgur.com/sYXH6x1.png");
  background-size: cover;
  background-repeat: repeat;
  color: rgb(23, 205, 255);
  font-family: 'Kanit', sans-serif;
}
.text1{
 color: rgb(252, 3, 236);
 filter: drop-shadow(0px 0px 10px rgb(252, 3, 236));
}
.username {
  filter: drop-shadow(0px 0px 3px rgb(23, 205, 255));
}
.contactInfoTop {
  background-color: rgba(118, 0, 168, 0.90);
  color: rgb(23, 205, 255);
}
.status {
  filter: drop-shadow(0px 0px 10px rgb(23, 205, 255));
}
#mybio {
  filter: drop-shadow(0px 0px 10px rgb(23, 205, 255));
}
#wishtomeet {
  filter: drop-shadow(0px 0px 10px rgb(23, 205, 255));
}
.Left{
  background-color: rgba(36, 5, 48, 0.42);
  border: 6px double rgb(255, 23, 243);
  border-radius: 10px;
  display: inline-block;
  padding: 10px;
}
.Right{
  background-color: rgba(36, 5, 48, 0.42);
  border: 6px double rgb(255, 23, 243);
  border-radius: 10px;
  display: inline-block;
  width: calc(60% - 40px);
}
.right {
  background-color: rgba(36, 5, 48, 0.42);
  border: 6px double rgb(255, 23, 243);
  border-radius: 10px;
}
.info {
 background-color: rgb(81, 39, 97);
 color: rgb(23, 205, 255);
}
.commentRight {
 background-color: rgb(81, 39, 97);
 color: rgb(23, 205, 255);
}
.commentRight #text {
  background-color: rgb(164, 0, 235);
  color: rgb(23, 205, 255);
}
.commentRight small {
 background-color: rgb(81, 39, 97);
 color: rgb(23, 205, 255);
}

.commentRight form {
 background-color: rgb(81, 39, 97);
 color: rgb(23, 205, 255);
}





a:link {
  color: rgb(23, 205, 255);
}
a:visited {
  color: rgb(252, 3, 236);
}
a:hover {
  color: rgb(145, 255, 244);
}
a:active {
  color: rgb(118, 0, 168);
}