@import url('https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Felipa&display=swap');
body {
    color: rgb(12, 12, 12);
    margin: 0;
    padding: 0;
  }
  h1 {
    color: rgb(240, 11, 11);
    text-align: center;
    font-family: 'Bungee Shade', cursive;
    font-size:40px;
   }
  h2 {
    color: rgb(240, 10, 10);
    text-align: center;
    font-size:18px;
  }
  h3 {
    color: rgb(221, 40, 16);
    text-align: center;
    font-size:18px;
  }
  p {
     font-size: 1.5em;
  }
  .choice
  {
    text-align: center;
    font-size: 20px;
    color: rgb(221, 16, 102);
  }
  
label,select 
{
    display: inline-block;
    vertical-align: middle;
}  
  
table {
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 100% ;
    padding: 1%
  }

  td, th{
    border: 1px solid black;
    border-collapse: collapse;
    width:50%;
    text-align: center;
    padding:1%;
  }
  
  
  
button {
    border: 0px;
     background-color:rgb(245, 71, 18);
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: 0.2s ease-in all;
    width: 180px;
    height:50px;
    margin:2%;
  }
  
  button:focus { outline: none;}
  button:hover {background: rgba(245, 71, 18, 0.5);}
 

ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
    overflow: hidden;
    background:rgb(245, 71, 18);
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: rgb(255, 254, 254);
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color:#c24442;
  }
  
  li a.active {
    color: rgb(247, 244, 242);
    background-color: #f87c7c
  ;
  }
  
  .btn-group {
    display: block;
    margin: 0 auto;
    justify-content: center;
  }

  .chart--container {
    min-height: 430px;
    width: 100%;
    height: 100%;
    margin:auto;
    padding: 10px;
  }
  
  .zc-ref {
    display: none;
  }