

.pop_up{
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Josefin Sans', sans-serif;
}

body{
  background: darkgreen;
}

.player_CPU{
    margin: 80px 50%;
    position: absolute;
}

.wrapper{
  width: 1400px;
  background: darkgreen;
  position: absolute;
  margin: 320px auto;
  border-radius: 1px;
}

.wrapper .tabs ul{
  width: 100%;
  height: 60px;
  display: flex;
}

.wrapper .tabs ul li{
  width: 25%;
  height: 10px;
  padding: 0 20px;
  text-align: center;
  background: #dbe3eb;
  cursor: pointer;
  text-transform: uppercase;
  color: #8b9393;
  font-size: 24px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.wrapper .tabs ul li:first-child{
  border-top-left-radius: 3px;
}

.wrapper .tabs ul li:last-child{
  border-top-right-radius: 3px;
}

.wrapper .tabs ul li img{
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto 1px;
}

.wrapper .content{
  padding: 30px;
  height: 260px;
  border-bottom: 6px solid #44c8fe;
  border-radius: 3px;
}

.wrapper .content .tab_content{
  font-size: 24px;
  line-height: 12px;
}

.wrapper .tabs ul li.active{
  border-top: 6px solid lightgreen;
  margin-top: -15px;
  background: #fff;
  color: black;
  padding-top: 9px;
}

.pop_up{
  align-content: 
  width: 800px;
  height: 60px;
  background: gold;
  transition: width 2s, height 4s;
}

.innerHTML{
    font-size: 100px;
}