*{
    font-family: Garamond;
}
#baner{
    background-color: tomato;
    color: white;
    text-align: center;
    width: 80%;
    height: 80px;
    padding: 8px;
}
#blokGlw{
    width: 80%;
    height: 600px;
}
#blokBocz{
    background-color: Coral;
    width: 20%;
    height: 680px;
}
footer{
    background-color: Tomato;
    color: white;
    text-align: center;
}
img{
    padding-left: 10px;
    padding-right: 10px;
}
#chat{
    border: 1px solid Tomato;
    margin: 15px;
    height: 470px;

}
#wypowiedz1, #wypowiedz2{
    width: 90%;
    height: 70px;
    margin: 2%;
    padding: 3px;
}
#wypowiedz1{
    background-color: #CCC;
    text-align: right;
}