[role="tablist"] {
  
  justify-content: center;
  margin-top: 20px;
}

[role="tabpanel"] {
    padding: 25px 5px 5px 5px;
    border: 1px solid hsl(219deg 1% 72%);
    border-radius: 0;
    border-width: 1px 0px 0px 0px;
box-sizing: border-box;
    
  }

  [role="tab"], [role="tab"]:focus, [role="tab"]:hover {
 
    top: 1px;
    font-size: 1.6em;
    min-width: 20%;
  text-align: center;
  font-weight: normal;
  max-width: 35vw;
  color: #383838 !important;



    
  }

  [role="tab"] span.focus {
    
    
  }

  [role="tab"][aria-selected="true"] {
   
    border-width: 1px;
    padding-top: 10px;
    border-top-color: rgb(198, 0, 37);
    margin-right: 1px;
  }

  [role="tab"]:hover span.focus, [role="tab"]:focus span.focus, [role="tab"]:active span.focus {
    padding: 2px 4px 3px 4px;
    border: solid white 2px;
    border-bottom: 1px solid rgb(198, 0, 37);
    /*border-radius: 3px;*/
  }
  @media only screen and (max-width: 800px) {
    [role="tab"], [role="tab"]:focus, [role="tab"]:hover {
      font-size: 1.2em;
    
    }
  }

  @media only screen and (max-width: 480px) {
    [role="tab"], [role="tab"]:focus, [role="tab"]:hover {
      font-size: 1.1em;
    
    }
  }
  @media only screen and (max-width: 360px) {
    [role="tab"], [role="tab"]:focus, [role="tab"]:hover {
      font-size: 1.0em;
      max-width: 40vw;
    
    }
  }