/*
* Name: Aaryan Sehgal
* Student ID: 924277858
* GitHub URL: https://github.com/CSC317-S26/assignment-3-Aaryan-Sehgal
*/

body {
  background-color: #0F2854;
}
header {
  text-align: center;
  padding: auto;
  color : #BDE8F5;
  font-family: 'Lucida Handwriting',cursive;
}

#gameCanvas {
  display: block;
  width: auto;
  height: auto;
  margin: 20px auto 0;
  border: 5px solid #1C4D8D;
  border-radius: 12px;
}