.con_layout {
  position: relative;
  height: 80vh;
}

.con_box {
  background-color: #231815;
}
.content {
  background-color: #231815;
}
.con_layout .con_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.con_layout .con_bg img {
  width: 100%;
  height: 100%;
}
.con_box2 {
  background-color: #231815;
}
table {
  border: 1px solid #587a96;
}
.score_menu5{
  margin-bottom: 0;
}

.unsign {
  width: 55%;
  background-color: red;
  background-image: none;
  border-radius: 5px;
}