﻿body
{
	
	text-align:center;
	margin:auto;
}
.title
{
	text-align:left;
}
hr
{
	color:Gray;
}
.container
{
	text-align:left;
}
.describe0
{
	text-align:left;
	font-size:small;
	width:400px;
	float:right;
	margin-right:20px;
}
.btn
{
	text-align:center;
	width:175px;
	height:24px;
	background-color:Fuchsia;
	border-radius:5px;
	transition:background-color 0.3s ease;
	margin-bottom:10px;
}
.btn:active
{
	background-color:transparent;
	transform:translateY(2px);
}
.text0
{
	text-align:left;
}
a
{
	text-decoration:none;
	color:Green;
}
a:hover
{
	text-decoration:underline;
	
}
.video
{
	position:absolute;
	
    margin-left:5px;
}
.container0
{
	width:206px;
	height:160px;
	position:absolute;
}
.image1
{
	z-index:1;
	position:absolute;
}
.image2
{
	z-index:2;
	position:absolute;
    top:55px;
    left:78px;
}