.back-btn-container {
    margin: 12px 0 20px;
}

.back-btn {
    display: inline-block;
    background: #111;
    color: #ffe100;
    border: 2px solid #ffe100;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease;
  }

.back-btn:hover {
    background: #ffe100;
    color: #000;
    box-shadow: 0 0 10px #ffe10080;
  }

.back-btn:active {
    transform: scale(0.97);
  }

body{
    margin:0;
    background:#000;
    color:#eaeaea;
    font:16px/1.4 system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif
}

.wrap{
    max-width:1100px;
    margin:0 auto;padding:16px
}

table{
    width:100%;
    border-collapse:collapse
}

th,td{
    padding:10px 12px;font-size:28px
}

th{
    font-weight:900
}

.row{
    background:#1a1a1a;
    border-top:1px solid #333
}

.you td{
    background:#2a2600;
    color:#ffe100
}
.tag{
    width:280px;
    font-weight:900
}

.muted{
    color:#9aa0a6
}

.tabs{
    font-size: 32px;
}

@media(
    max-width:800px){
    th,td{font-size:20px}
    .tag{width:180px}
}
.tabs a{
    color:#8ab4f8;
    margin-right:12px;
    text-decoration:none
}

.tabs .on{
    color:#00e676
}