* {
    box-sizing: border-box;
    color: 	#cbc6af;
  }
  
  body {
    margin: 0px;
    background-color: #5a2a2a;
  }
  
  .column-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 650px;
  }
  
  .column {
    margin: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .container {
    width: 100%;
  }
  
  .container.left {
    margin-top: 25px;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 10px black;
  }
  
  .column-header {
    font-size: 40px;
    padding: 15px;
    margin: 15px;
    background-color: #00704A;
    font-family: verdana;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    box-shadow: 0px 0px 10px black;
  }
  
  #big_coffee {
    user-select: none;
    font-size: 180px;
    cursor: pointer;
  }
  
  .counter-container {
    font-size: 30px;
    margin: 10px;
  }
  
  .cps-container {
    font-size: 20px;
  }
  
  #producer_container {
    padding: 10px;
    height: 90vh;
    overflow: auto;
    border: 10px dotted #c8a780;
    border-radius: 5px;
    background-image: url("public/mike-kenneally-TD4DBagg2wE-unsplash.jpg");
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 10px black;
  }
  
  .producer {
    margin-bottom: 5px;
    padding: 10px;
    border: 2px solid 	#c8a780;
    border-radius: 4px;
    background-color: #9c4e3a;
    display: flex;
    justify-content: space-between;
  }
  
  .producer-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .producer-title {
    font-size: 20px;
  }
  
  .producer button, .upgrade-column button {
    font-size: 15px;
    width: 50px;
    background-color: 	#5a2a2a;
  }
  
  .producer button:hover, .upgrade-column button:hover {
    color: #a19d8a;
  }
  
  .producer button:active, .upgrade-column button:active {
    box-shadow: 1px 1px 3px black;
  }
  
  footer {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 0;
  }
  
  #starbucks {
    height: 60px;
  }
  
  .left img {
    height: 20vh;
    border: 10px dotted #c8a780;
  }
  
  #directions {
    text-align: center;
    background-color:#c8a780;
    color: #5a2a2a;
    text-shadow: none;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px black;
  }
  
  b {
    color:#00704A;
  }
  
  .hidden {
    display: none;
  }
  
  #clear {
    margin: 20px;
    background-color: 	#c8a780; 
    color: 	#5a2a2a;
  }
  
  #clear:hover {
    background-color: #9e7970;
    box-shadow: 1px 1px 3px black;
  }
  
  #upgrades_container{
    Display: flex;
    padding: 10px;
    border: 10px dotted #c8a780;
    border-radius: 5px;
    background-image: url("public/mike-kenneally-TD4DBagg2wE-unsplash.jpg");
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 10px black;
    width: 100%;
    height: 300px;
    align-items: center;
    justify-content: space-around;
  }
  
  .upgrade-column {
    flex-basis: 33%;
    padding: 10px;
    margin: 10px;
    border: 2px solid 	#c8a780;
    border-radius: 4px;
    background-color: #9c4e3a;
    text-shadow: none;
    height: 250px;
    width: 200px;
  }
  
  #main_game {
    display: flex;
    align-items: center;
  }
  
  #game_count {
    text-align: center;
    margin: 40px;
  }
  
  #upgrades_div {
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #upgrades_div h3 {
    height: 3vh;
    font: 20px;
    background-color: #00704A;
    font-family: verdana;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    color: white;
    box-shadow: 0px 0px 10px black;
    width: 33%;
  }