h3.proj{
	text-align: center;
	font-size: 60px;
  font-family: Lucida Sans Unicode;
	}
  table {
  font-family: arial, sans-serif;
  width: 100%;
}

td, th {
  border: 2px solid #dcdcdc;
  text-align: left;
  padding: 10px;
}

tr:nth-child(even) {
  background-color: #dcdcdc;
}
h1.top{
	 text-align: center;
  background: #1abc9c;
  color: white;
  font-size: 30px;
}
 p.regist{text-align: center;
  background: #1abc9c;
  color: white;
  font-size: 30px;	
}
#btn1{
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
#btn2{
  background-color: #555555;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 4px 2px;
  cursor: pointer;
}
#btn3{
  background-color: #DC143C;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 4px 2px;
  cursor: pointer;
}
#b1{
    width: 100%;
    height: 80px;
    background-color: green;
    display: none;
    font-size: 30px;
    font-family: Lucida Sans Unicode;
    color: white;
}
#b2{
    width: 100%;
    height: 80px;
    background-color: grey;
    display:none;
    font-family: Lucida Sans Unicode;
    font-size: 30px;
    color: white;
}
#b3{
  width: 100%;
    height: 80px;
    background-color: #DC143C;
    display:none;
    font-size: 30px;
     font-family: Lucida Sans Unicode;
     color: white;
}
#vid{
  float: right;
}
#fdp{
  display: inline;
}
.fa {
  padding: 20px;
  font-size: 50px;
  width: 40px;
  text-align: center;
  text-decoration: none;
}
.fa:hover {
  opacity: 0.7;
}