.metrocenter {
    table-layout: auto;
    font-family: sans-serif;
    background-color: goldenrod;
    color: black;
    padding: 20px;
    margin-top: 30px;
    border-spacing: 15px;
    color: beige;
    border: 12px outset cornsilk;
    border-radius: 36px;
}

.twof_Gay {
    background-color: dimgray;
    border-spacing: 15px;
    padding: 8px;
}

.twof_Gay th {
    background-color: gray;
    color: beige;
    border: 8px outset gray;
    padding: 8px;
}

.twof_Gay td {
    padding: 4px;
    /* color: black;
    background-color: beige;
    border-radius: 12px; */
    border: 4px inset gray;
}

.twof_Gay td:nth-child(1){
    font-family: monospace;
    width: 10%;
}
.twof_Gay td:nth-child(2){

    padding-left: 12px;
    width: 40%;
    height: 20px;
}

.twof_Gay td:nth-child(3){

    padding-right: 12px;
    width: 40%;
    height: 20px;
}

.twof_Gay td:last-child{
    font-family: monospace;
    width: 10%;
}
.twof_Gay td:nth-child(n+4){
    color: white;
}

tbody td:nth-child(2){text-align: left;}
tbody td:nth-child(3){text-align: right;}

body {
    color: black;
    background-color: lightcyan;
}

.power {
    font-size: 150%;
    background-color: var(--ssl);

    padding: 10px;
    border-radius: 100px;
    border: 6px solid beige;
}

.DIGI_Gary {
    font-family: monospace;
    color: white;
    background-color: black;
    border: 3px inset gray;
    border-radius: 0px;
    font-size: 90%;
    text-align: center;
}

.DIGI_Gary a {
    color: lime;
}

.DIGI_Gary a:hover {
    color: black;
    background-color: lime;
}

.tactile_Gary {
    text-align: center;
    font-size: x-large;
    background-color: gray;
    border: 8px outset gray;
}

.tactile_Gary a {
    display: block;
}

.tactile_Gary a:hover {
    text-align: center;
    font-size: x-large;
    background-color: gray;
    border: 3px inset gray;
}

.tactile_Gary a:active {
    text-align: center;
    font-size: xx-large;
    background-color: gray;
    border: 8px outset gray;
}

hr {
    border: none;
    border-top: 3px dashed blue;
    color: #333;
    overflow: visible;
    text-align: center;
    font-size: 8px;
    height: 5px;
  }
  
  hr::after {
    background: #fff;
    color: blue;
    content: 'Gary Metro Center';
    padding: 0 4px;
    position: relative;
    top: -13px;
  }

#vb {
    border: inherit;
    border-left: 2px solid midnightblue;
    border-right: 2px solid midnightblue;
    padding: 2px;
}
  
#GaryChi {
    background-color: royalblue;   
    color: beige;
    border-radius: 12px;
    text-decoration: underline;
    text-decoration-style: double;
}

#GaryCar {
    background-color: cornsilk;   
    color: firebrick;
    border-radius: 12px;
    font-family: serif;
    text-align: center;
}

#GaryElv {
    background-color: gold;   
    color: crimson;
    border-radius: 12px;
}

#GaryMil {
    text-align: center  ;
    background-color: crimson;   
    color: beige;
    border-radius: 12px;
    letter-spacing: 2px;

}

#GarySoB {
    text-align: center;
    background-color: orange;   
    color: #333;
    border-radius: 12px;
    letter-spacing: 1px;
}

#GaryNIS {
    text-align: center;
    background-color: #333;   
    color: beige;
    border-radius: 12px;
}

.dimo {
    text-justify: inter-character;
    font-size: x-small;
    background-color: initial;
    border: none;
    padding: none;
    margin: none;
}

.f1 {animation: gogogo1 4s step-start infinite;}
.f2 {animation: gogogo2 4s step-start infinite;}
.f3 {animation: gogogo3 4s step-start infinite;}
@keyframes gogogo1 {33% {opacity: 0;}}
@keyframes gogogo2 {50% {opacity: 0;}}
@keyframes gogogo3 {66% {opacity: 0;}}