canvas {
    border:1px solid #d3d3d3;
    background-color: white;
	background-image: url("assets/city2.png");
} 
body{
background-color: #7ad9ff;
}
h1{
	font-size: 35px;
font-family: Times New Roman, serif;
color: white;
font-weight: 900;
margin-right:600px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
p{
	font-size: 35px;
font-family: Times New Roman, serif;
color: white;
font-weight: 900;
margin-right:600px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

