body {
  background: #000000; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #000000 , #FE0000); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #000000, #FE0000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #000000, #FE0000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #000000 , #FE0000); /* Standard syntax */
}

@media(min-width:768px){
.btn.btn-danger{
font-size:42px;
}
#tc-mb, #tc-cb{
	width:700px;
}
}
@media (min-width:480px) and (max-width:767px){
.btn.btn-danger{
font-size:30px;
}
}