html, 
body { 
    background-image: url("Assets/Paint.jpg");
    height:100%;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
  
canvas {
  display: block;
  margin: auto;
}

nav {
  
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  
  font-family: "Courier New", sans-serif;
  color: 252, 252, 250;
}

h1 {
  margin:15px;
  background-color: white;
  font-size: 30px;
  text-align: center;
  color: #0431b8;
  font-family: "Courier New", sans-serif;
}

p1 {
  margin:25px;
  font-size: 20px;
  text-align: left;
  color: white;
  font-weight: bold;
  font-family: "Courier New", sans-serif;
}


button {
  background-color: white;
  color: black;
  font-family:"Courier New";
  font-weight: bold;
}


  