html, body {
  margin: 0;
  padding: 5px;
  align-items: center;
  text-align: center;
}
canvas {
  display: block;
}

#one {
  display: block;
  width:800px;
  height:600px;
}

#two {
  display: block;
  margin-top: 10px;
  width:800px;
  height:600px;
}
#header {
	overflow: hidden;
	text-align: center;
	background: #1abc9c;
	color: white;
	font-size: 40px;
  }

/* Options in index.html */
.options
{
  display: inline-block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.option
{
  float:left;
  padding: 50px;
}

.emoji {
  font-size: 100px;
  vertical-align: middle;
  line-height: 2;
  clear: both;
  margin: auto;
}

.description
{
  margin: auto;
  margin-top: -50px;

  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  letter-spacing: 0.6px;
  word-spacing: 2px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
  text-transform: none;
  }

  #p5sketch {
	float: left;
	padding: 15px;
	width: auto;
	margin-right: 7%;
	justify-content: center;
	align-items: center;
	

}
#p5sketch2 {
    float: left;
	width: auto;
	padding: 15px;
	margin-left: 7%;
	justify-content: center;
	align-items: center;
}

#container {
    width: full;
	margin: auto;
}

#video-container {
	background:#f2fcfb;
	padding: 2%;
	/* background: #1abc9c; */
	justify-content:center;
	display: none;
}
#first {
    width: 50%;
    float: left;
	height: 300px;
	text-align: center;
}
#second {
    width: 50%;
    float: left;
	height: 300px;
	text-align: center;

}
#clear {
    clear: both;
}

#spot {
	width: 50%;
	font-size: 150%;
	padding: 10px
}

#view {
	width: 50%;
	font-size: 150%;
	padding: 10px
}

input[type="file"] {
    display: none;
}
