a.knopka {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(212,75,56); /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
} 
a.knopka:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.knopka:active { background: rgb(152,15,0); } /* при нажатии */




.comm-form-box .auth-links {display: flex; flex-direction: row; gap: 0.5rem; align-items: center;}
.comm-rates .svg-icon {width: 35px; height: 35px;}
.comm-form-avatar {margin-top: 0.5rem; margin-bottom: 0.5rem;}
.comm-form-avatar .svg-icon {width: 35px; height: 35px;}

.comm-form-options {display: flex; margin-top: 1.5rem; gap: 1.5rem;}
.comm-form-options .svg-icon {width: 35px; height: 35px;}

#sidebar{padding-left: 20px;}

