@font-face {
  font-family: 'fontLight';
  src: url("font/lite.ttf");
}

@font-face {
  font-family: 'fontBold';
  src: url("font/bold.ttf");
}

.content{
  width: 100%;
  text-align: center;
}

.content img{
/*  width: 80%;*/
/*  padding: 30px;*/
}

.table-content{
  font-family: fontBold;
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-top: 50px;
}

.table-content td{
  width: 50%;
}

a, a:link {
  color: #fff;
  text-decoration: none;
  background: #333;
  padding: 10px 45px;
}

@media all and (max-width: 600px) {
  .content img{
    width: 80%;
    padding: 30px;
  }
  
  .table-content{
    width: 100%;
    text-align: center;
  }
}