html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #2c4762;

}

.card-fixed-height {
  min-height: 300px;
}

.createScrolling {
  height:150px;
  overflow-y: scroll;
}

.container-main {
  margin-top: 20px;
}

.CurCharInfo {
  background-color: white;
  border-radius: 0 0 5px 5px;
}

.ArchiveCharInfo {
  background-color: white;
  border-radius: 0 0 5px 5px;
}

.AllRooms {
  background-color: white;
  border-radius: 5px;
  min-height: 300px;
  margin-bottom: 25px;
}

.Tools {
  background-color: white;
  border-radius: 5px;
  min-height: 300px;
}

.CharsContainer {
  background-color: white;
  border-radius: 5px;
  min-height: 625px;
  margin-bottom: 20px;
}

.char_avatar {
  width: 100px;
  height: 100px;
}

.toolsButton {
  text-align: center;
  outline: auto;
  outline-color: lightblue;
  padding: 5px;
}

.placeholder {
  border-radius: 8px;
  background-color: blue !important;
  color: #ffffff00 !important;
}