.jir{
    font-weight: bold;
}
p{
  text-align: justify;
}
#lang{
    padding-left: 85%;
    margin-bottom:7px;
}
.lang{
    color: #23527c;
    background: white;
    opacity:0.7;
    width: 35px;
    height: 30px;
    border-radius:5px;
    padding:5px;
}

.lang.active{
    color: red;
}

#bot_button:hover {
    text-decoration: none;
    background: white;
    color: #23527c;    
}

#bot_button {
    border: 1px solid #23527c;
    color:white;    
    background: #23527c;
    border-radius: 8px;
    padding:10px;
}