html {
    font-size: 16px;
  }

  button{
    border-radius: 10px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    padding-right: 5px;
      box-shadow: 1px 1px;
      display: flex;
      flex-direction: column;
     background-color: white;
  }
  .button-container h1 {
      font-size: 1rem;
  }
  
  #blackText{
    color: black;
    width: 100%;
}

#whiteText{
    color: white;
    width: 100%;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.pingen-loop-color {
    background-color: blue;
    color: white;
}

.lancaster-loop-color {
    background-color: rgb(235, 235, 36);
    color: white;
}

.madison-color {
    background-color: orange;
    color: white;
}

.woodland-wonders-hike-color {
    background-color: pink;
    color: white;
    
}

.skeaky-loop-color {
    background-color:  red;
    color: white;
}

.tornado-alley-color {
    background-color:  purple;
    color: white;
}

.twister-loop-color {
    background-color:  rgb(53, 196, 77);
    color: white;
}

.oliver-loop-color {
    /* text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; */
    background-color: white;
}

.bicentennial_loop{
    background-color: green;
    color: white;
}