#error{
  color: rgb(245, 111, 111);
}
#warning {
  color: rgb(255, 255, 0);
}
ul{
  margin:0;
}
#profile{
  border-radius: 5px;
  background-color: #484646;
  padding: 15px;
  max-width: 700px;
  text-align: left;
  display: inline-block;
}
#image{
  border-radius: 50%;
  width:60px;
  height:60px;
}
#name{
  font-size: 20px;
  font-weight: bold;
  color: #dedede;
}
#info{
  display: flex;
  gap: 10px;
}
#socialMedia-text{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 3px;
}
.social-div{
  border-radius: 5px;
  background-color: #636262;
  padding: 5px;
  width: fit-content;
  display: flex;
  gap: 10px;
}
#profile p{
  margin: 0;
}

.social-pfp{
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.social-icon{
  width: 16px;
  height: 16px;

}
#iframe{
  resize: both;
}
#popup{
  padding:6px;
  border-radius: 5px;
  background-color: rgb(55, 55, 55);
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.1s;
}