/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}
.tatxar {
  text-decoration: line-through;
}
.tatxar > div {
  text-decoration: line-through;
}

.float-right{
  float: right;
}

.float-left {
  float: left;
}

.divhidden {
  display: none!important;
}