body {
  font-family: 'Helvetica Neue','Helvetica',sans-serif;
  line-height: 1.5;
  margin: 0px;
  background-image: url("bg/kuni.jpg");
  background-attachment: fixed;
}

.updates {
  height: 200px;
  border: 1px solid black;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: dark;
}

.column {
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.column.left-side {
  width: 27%;
}

.column.right-side {
  width: 23%;
}

.card-right {
  width: 200px;
  color: #bdb29e;
  background-color: #10140f;
  border: 10px solid transparent;
  border-image: url(Spritebg2.gif) 20 stretch;
  padding: 20px;
  margin-top: 20px;
  
}
.column.middle {
  width: 50%;
  color: #bdb29e;
  background-color: #10140f;
  border: 10px solid transparent;
  border-image: url(Spritebg.gif) 15 stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}
