
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
h1{
    font-size: 2.5em;
    padding: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.5rem;

}
h2{
    font-size: 1.6em;
    padding: 0;
    color: rgb(31, 38, 133);
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}
.pointer{
    cursor: pointer;
}
.subtext{
    font-size: 1em;
    padding: 0;
    color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    padding-left: 1rem;
    padding-top: 0.05rem;
}
.highlighted{
    color: rgb(31, 38, 133);
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    text-shadow: 0px 1px 0px rgb(0, 0, 0);
}

#aWordFromTheTeam{
    font-size: 1.3em;
    color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    text-shadow: 1px 0px 0px rgb(0, 0, 0);

}
ul{
    list-style-type: "►";
    padding: 0;
    padding-left: 1rem;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;

}
li{
    font-size: 1.2em;
    padding: 0.3rem;
    color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    margin-left: 0;
    filter: saturate(5);
    text-shadow: 1px 0px 0px rgb(0, 0, 0);

}
.blocksContainer{
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    margin-top: 4rem;

}
.block{
    padding: 0.2rem;
    margin: 0.2rem;
    border-radius: 1rem;
    width: 100%;
}