.l1ka7j23X81E79C2DDa63{
    background: linear-gradient(90deg, rgba(9,9,121,1) 6%, rgba(0,212,255,1) 100%);
    color:white;
    border:2px solid blue;
}
.l1ka7j23X81E79C2DDa63:hover{
    background: linear-gradient(354deg, rgba(9,9,121,1) 6%, rgba(0,212,255,1) 100%);
}
.l1ka7j23X81E79C2DDa63:focus{
    border: 2px dotted blue;
}

input[type=submit].dSeD8Cfh3Jlf8F{
    background: linear-gradient(62deg, rgba(0,255,11,1) 12%, rgba(255,245,0,1) 69%);
    border:2px solid green;
}

input[type=submit].dSeD8Cfh3Jlf8F:hover{
    background: linear-gradient(299deg, rgba(0,255,11,1) 12%, rgba(255,245,0,1) 69%);
}


.message{
    padding:20px;
}

.message.author{

}

.message.content{

}

.message.time{

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
fieldset{
  border:1px solid black;
}
.type{
    border:1px solid black;
    height:25px;
    width:100%;
    margin-bottom:10px;
}
.type:focus{
    box-shadow:0 0 5px rgba(81, 203, 238, 1);
    outline:none;
    border: 1px solid black;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.emote{
    aspect-ratio:128/128;
    height:50px;
    width:50px;
    border-radius:5px;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;
}
.emote:hover{
    box-shadow:0 0 5px rgba(81, 203, 238, 1);
}

.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .show {
  visibility: visible;
}
