body{
    background-color: rgb(18, 87, 87);
}
#czat{
    width: 700px;
    height: 700px;
    background-color: black;
    margin: auto;
    border-radius: 10%;
    color: white;
    border: 3px rgb(131, 1, 1) solid;
}
#user{
    width: 100%;
    height: 53px;
    text-align: center;
    padding-top: 15px;
    border-bottom: 2px rgb(131, 1, 1) solid;
}
h1{
    margin: 0;
}
#komun{
    height: 560px;
    width: 100%;
}
#wiadomo{
    width: 100%;
    height: 53px;
    text-align: center;
    padding-top: 15px;
    border-top: 2px rgb(131, 1, 1) solid;
}
.autor{
    background-color: blue;
    color: white;
    border-radius: 10%;
    padding: 2px;
}
.godzina{
    color: gray;
    font-size: 80%;
}
.wiado{
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
  #komun1::-webkit-scrollbar {
    width: 10px;
    margin-right: 2px;
  }
  
  #komun1::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 10px;
  }
   
  #komun1::-webkit-scrollbar-thumb {
    background: rgb(131, 1, 1); 
    border-radius: 10px;
  }
  
  #komun1::-webkit-scrollbar-thumb:hover {
    background: rgb(131, 1, 1); 
  }
iframe{
    width: 100%;
    height: 100%;
    border: none;
}
#logowanie{
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: rgb(18, 87, 87);
    left: calc(50% - 150px);
    top: 300px;
    text-align: center;
}
#tlo{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.527);
}
.dzien{
    color: blue;
    text-align: center;
    position: sticky;
    top: 0px;
     background-color: black;
}
#regul{
    color: gray;
    font-size: 80%;
    margin-bottom: -12px;
    margin-top: 5px;
}
@media only screen and (max-width: 720px){
   #czat{
    width: 100%;
   }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.czcio{
font-family: 'Poppins', sans-serif;}
#slesz{
color: gray;
font-size: 80%;
}
#zmiana{
    position: relative;
    right: 10px;
    top: 10px;
}
.marg::first-line{
    margin-left: 0px;
}
.marg{
    margin-left: 10px;
}
.lad{
    position: absolute;
    margin-left: 60px;
}
#tex{
    border: solid 1.5px #9e9e9e;
    border-radius: 1rem;
    background: none;
    padding: 1rem;
    font-size: 1rem;
    width: 250px;
    color: #f5f5f5;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#wpisz{
    position: absolute;
    left: 16px;
    color: #e8e8e8;
    pointer-events: none;
    transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#tex:focus{
    outline: none;
    border: 1.5px solid #1a73e8;
}
#tex:focus ~ label{
    transform: translateY(-50%) scale(0.8);
    background-color: #020e26;
    padding: 0 0.2rem;
    color: #2196f3;
}
#wys{
    width: 100%;
    margin: auto;
    margin-top: 0px;
}
#wysl{
    float: right;
    margin-right: 150px;
    font-size: 200%;
    margin-top: 5px;
    background: none;
    border-radius: 1rem;
    border: 1px white solid;
    color: white;
    cursor: pointer;
    transition: all cubic-bezier(0, 0, 0.2, 1) 0.3s;
}
#wysl:hover{
    box-shadow: 1px 13px 9px 3px rgb(255 0 0 / 27%);
    transition: all cubic-bezier(0, 0, 0.2, 1) 0.3s;
    margin-top: 0px;
}