@font-face {
  font-family: 'JetBrainsMono Nerd Font';
  src:'/JetBrainsMono-2.304/fonts/webfonts' ;
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Optional: controls how font loads */
}

pre, code {
  font-family: 'JetBrainsMono Nerd Font', monospace;
}

body {
  background-color:#b7b3d9;
  background-size:auto;
  color:black;
  font-family: 'JetBrainsMono Nerd Font', monospace;
}

h1{
  text-align: center;
  text-decoration: underline;
}

h4{
text-align: center;
}

.labels{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  height: 35px;
}

p{
  font-size: 18px;
  margin: 0 12px;
}

.button{
  height: 35px;
  padding: 4px;
  font-size: 18px;
  margin: 0 12px;
}

.flex-container{
  box-sizing: border-box;
  pointer-events: none;
  width: 750px;
  height: 750px;
  margin: 0 auto;
  border: 4px solid black;
  background-color: white;
  padding: 4px;
  display:flex;
  flex-wrap: wrap;

}

.col{
  flex: 0 0 auto;
  pointer-events: auto;
  box-sizing: border-box;
  flex-grow:1;
  outline: 1px solid black; 
  background-color: #8a2be2;
  border-radius:8px;
  opacity:100%;
}


.col:hover{
  background-color: tomato;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto;

  padding: 10px;
  text-align: center;
  opacity: 0.8;
  
}

.footer a {
  text-decoration: underline;

}

.github-logo {
  width: 30px;
  height: 30px;
  margin-left: 12px;
  transition: transform .2s ease, opacity .2s ease;
}

.github-logo:hover {
  transform: rotate(360deg) scale(1.2);
  transition: transform 0.6s ease;
}


/*
Turquoise color 64, 224, 208 
#40e0d0
*/
