@font-face {
  font-family: 'inter';
  src: url('Inter-VariableFont_slnt,wght.ttf');
  font-style: normal;
}


body {font-family:  'inter', 'Arial'}

ul {list-style-type: none} 

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none; 
  color: tomato;
}

.hidden {opacity:0}

.console-container {
  display:block;
  color:black;
}
.about {
  background-color: rgb(64, 95, 196);
  color: rgb(234, 245, 245);;
}
.about-text-alt{
  color:rgb(234, 245, 245);
  background-color: rgb(64, 95, 196);
}

.text-alt {color: rgb(39, 207, 67)}










