body {
  text-align : center;
	background: url(images/pattern.png)
}
canvas {
  display : block;
  width : 640px;
  height : 360px;
  margin : auto;
  padding : 0;
  border : none;
  background-color : #00FF00;
}
button {
  display:inline;
  display : block;
  font-size : inherit;
  margin : auto;
  padding : 0.6em;
  color : #00FF00;
  background-color : red;
  width : 150px;
}
h1 {
  color : #00FFFF;
}
img {
  width : 640px;
  height : 360px;
  background-color : green;
}
p {
  color : green;
}
table {
  width : 640px;
}

video {
  width : 640px;
  height : 360px;
}

iframe {
  width : 640px;
  height : 360px;
  background-color : red;
}

#map {
  width : 100%;
  height : 360px;
  text-align : center;
}

#progressBar {
  width : 1%;
  height : 30px;
  text-align : center;
  background-color: #4CAF50;
}

#container{
  width : 300px;
  height : 30px;
}
