body{
  background-color:#98ff78;
}
.home{
  color:#000000;
  font-size:14px;
  text-decoration:none;
  text-align:center;
  border:solid #000000 4px;
  height:auto;
  width:auto;
  border-radius:10px;
  content-align:center;
  background-color:#98ff78;
}
.home:hover{
  color:#ff0000;
}
.title{
  color:#000000;
  text-decoration:none;
  font-size:30px;
  transition: all 0.5s;
  text-align:center;
}
.title:hover{
  color:#0000ff;
  font-size:70px;
  transition: all 0.5s;
}
.text{
  color:#000000;
  font-size:24px;
}
.link{
  color:#0000aa;
  text-decoration:none;
}
.link:hover{
  color:#ff0000;
  text-decoration:underline;
}
table, tr, td, th{
  border:1px solid #000000;
  border-collapse: collapse;
  text-align:center;
}
table{
  width:100%
}
