.angry-grid {
   display: grid;
   font-size: 1rem;
   gap: 0px;
   grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
   height: 100%;
   width: 100%;
}
  
#item-0 {
   grid-row-start: 2;
   grid-column-start: 9;
   grid-row-end: 3;
   grid-column-end: 13;
}
#item-1 {
   grid-row-start: 3;
   grid-column-start: 9;
   grid-row-end: 4;
   grid-column-end: 13;
}
#item-2 {
   grid-row-start: 4;
   grid-column-start: 9;
   grid-row-end: 5;
   grid-column-end: 13;
}
#item-3 {
   grid-row-start: 5;
   grid-column-start: 9;
   grid-row-end: 6;
   grid-column-end: 13;
}

#top-banner {
   grid-row-start: 1;
   grid-column-start: 1;
   grid-row-end: 2;
   grid-column-end: 13;
   font-weight: bold;
   position: relative;
}

  #top-banner .chrome-bar {
    bottom: 0;
    height: .3rem;
    left: 0;
    position: absolute;
    right: 0;
  }

#bottom-banner {
   grid-row-start: 6;
   grid-column-start: 1;
   grid-row-end: 7;
   grid-column-end: 13;
   font-weight: bold;
   position: relative;
}

  #bottom-banner .chrome-bar {
    height: .3rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

#car-pic {
   grid-row-start: 2;
   grid-column-start: 1;
   grid-row-end: 6;
   grid-column-end: 9;
   background-color: #CBDED7; 
   background-position: center; 
   background-size: cover;
}



.gray-checkerboard-background {
   background-color: #222222;
   background-image:
     linear-gradient(45deg, rgba(0,0,0, .25) 25%, transparent 25%),
     linear-gradient(-45deg, rgba(0,0,0, .25) 25%, transparent 25%),
     linear-gradient(45deg, transparent 75%, rgba(0,0,0, .25) 75%),
     linear-gradient(-45deg, transparent 75%, rgba(0,0,0, .25) 75%);
   background-position: 0 0, 0 1.2rem, 1.2rem -1.2rem, -1.2rem 0;
   background-size: 2.4rem 2.4rem;
   color: white;
   text-shadow: .06rem .06rem 0 rgba(0,0,0, .85);
}

.grayscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.silver {
  border: 1px solid #dedede;
  box-shadow:
    2px 2px 0.5em rgba(122, 122, 122, 0.55),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(0, 0, 0, 0.34)
  ;
  background:
  linear-gradient(
    -72deg,
    #dedede,
    #ffffff 16%,
    #dedede 21%,
    #ffffff 24%,
    #cccccc 27%,
    #dedede 36%,
    #ffffff 45%,
    #ffffff 60%,
    #dedede 72%,
    #ffffff 80%,
    #dedede 84%,
    #a1a1a1
  );
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}




.red-and-chrome {
  border-top: 1px #000000 solid;
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: .3rem;

  /* Silvery border */    
  border: 1px solid #dedede;
  box-shadow:
    2px 2px 0.5em rgba(122, 122, 122, 0.55),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(0, 0, 0, 0.34)
  ;
  background:
  linear-gradient(-72deg,#dedede,#ffffff 16%,#dedede 21%,#ffffff 24%,#cccccc 27%,#dedede 36%,#ffffff 45%,#ffffff 60%,#dedede 72%,#ffffff 80%,#dedede 84%,#a1a1a1);
  color: rgba(0,0,0, 0.5);
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}
  .red-and-chrome > div {
    background-color: #aa0000;
    background-image: linear-gradient(to bottom right, #950101, #ff0000);
    background-size: contain;
    border-radius: .5rem;
    color: white;
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: .8rem 2.4rem;
    text-shadow: 0 0 .1rem rgba(0,0,0, .9);
  }




/* Based on examples from https://websemantics.uk/articles/shiny-buttons/ */
.button.gray {
    background-color: #505050;
    background-image: none;
    background-size: contain;
}
.button.green {
    background-color: #008800;
    background-image: none;
    background-size: contain;
}
.button.red {
    background: rgb(255,179,179);
    background: linear-gradient(180deg, rgba(255,179,179,1) 0%, rgba(255,255,255,1) 9%, rgba(227,0,0,1) 100%);
}

.button {
    background: #434343 none repeat scroll 0% 0%;
    border: 0.0625rem solid #242424;
    border-radius: .25rem;
    box-shadow:
      0 0.0625rem 0 rgba(255, 255, 255, 0.25),
      0 0.0625rem 0 rgba(255, 255, 255, 0.25) inset,
      0 0 0 rgba(0, 0, 0, 0.5) inset,
      0 1.25rem 0 rgba(255, 255, 255, 0.08) inset,
      0 -1.25rem 1.25rem rgba(0, 0, 0, 0.3) inset,
      0 1.25rem 1.25rem rgba(255, 255, 255, 0.1) inset;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.0625rem;
    margin: 0;

/*
    padding: 0.618rem 0.618rem;
*/

    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 0.0625rem 0.1250rem rgba(0, 0, 0, 0.9);
    transition: all 0.2s linear 0s;
    width: 100%;
}

    .button:hover,
    .button:focus {
        box-shadow:
          0 0.125rem 0.3125rem rgba(0, 0, 0, 0.5),
          0 0.0625rem 0 rgba(255, 255, 255, 0.25) inset,
          0 0 0 rgba(0, 0, 0, 0.25) inset,
          0 1.25rem 0 rgba(255, 255, 255, 0.03) inset,
          0 -1.25rem 1.25rem rgba(0, 0, 0, 0.15) inset,
          0 1.25rem 1.25rem rgba(255, 255, 255, 0.05) inset;
        text-decoration: none;
    }
    .button:active {
        box-shadow:
          0 0.0625rem 0 rgba(255, 255, 255, 0.25),
          0 0.0625rem 0 rgba(255, 255, 255, 0) inset,
          0 0 0.3125rem rgba(0, 0, 0, 0.5) inset,
          0 1.25rem 0 rgba(255, 255, 255, 0.03) inset,
          0 -1.25rem 1.25rem rgba(0, 0, 0, 0.15) inset,
          0 1.25rem 1.25rem rgba(255, 255, 255, 0.05) inset;
    }
    .button::before {
        content: "";
        display: block;
        position: absolute;
        background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
        background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background:linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        padding: x .75rem;
        top: 0;
        left: 15%;
        height: 0.0625rem;
        width: 40%;
        box-shadow: 0 0.0625rem 0.3215rem rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease-in-out 0s;
    }
    .button:active::before {
        opacity: 0;
    }
    .button:hover::before {
        left: 45%;
    }




.vertically-center {
  display: flex;
  justify-content: center;
  align-items: center;   
}
