main {
		width:100%;
		height:100%;
		text-align:center;
		background-color:#e8e8e8;
	}
	main > div:last-child {
		width:100%;
	}

	div#frame {
		border:2px solid #005666;
		margin-left:10px;
		margin-right:10px;
		padding-left:8px;
		padding-right:8px;
		padding-top:8px;
		padding-bottom:8px;
	}

	div#outputLayer {
		text-align:left;
	}


	canvas {
		width:100%;
		height:100%;
	}

	div#mainFrame{
		position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
	}


.image{
	height:300px;
	width:500px;
}
	.card {
  overflow: hidden;
  border-radius: 0.5rem;
  max-width: 90%;
  background-color: #fff;
  color: #212121;
  position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
}

.canvas {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: rgb(204, 0, 255);
  background-image: linear-gradient(to right, rgb(255, 174, 0), rgb(204, 0, 255));
}

.content {
  padding: 1rem;
  text-align: center;
}

.text-1 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-2 {
  margin-top: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.text-2 span:first-child {
  font-size: 1.85rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.text-2 span:last-child {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.action {
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
  background-color: rgb(0, 0, 0);
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.date {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  /*color: rgba(156, 163, 175, 1);*/
}












