@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300&family=Libre+Baskerville&family=Orbitron:wght@500&family=Oswald:wght@300&display=swap');


table *{
  border: 1px solid black;
  padding: 5px;
  background-color: rgb(0, 0, 100);
  text-align: center;
  color: red;
  font-family: 'Oswald', sans-serif;
}

body {
    background-color: rgb(100, 255, 0);
    font-family: 'Orbitron', sans-serif;
    padding: ;
  }
  
  fieldset {
    background-color: rgb(0, 0, 100);
    color: rgb(255, 34, 0)
    
  }