body, html { 
  height: 100%;
  margin: 0;
  padding: 0;
}

.bg {
  background-image: url("canada.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: arial;
  font-size: 2.5em;
  color: white;
}
