*{
    font-family: sans-serif;
    box-sizing: border-box;
}

body{
    background: #0A0A0A url(https://ttn.suksesbersama.xyz/images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
    background-color: black;
    background-size: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

.content {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    font-family:'PT Sans';
    color: white;
}

.center-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.tabelshio img {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.logo img {
  width: 100%;
  height: auto;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  table-layout: fixed;
  border: 8px solid red;
}
		
th, td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  width: auto;
}
		
th {
  background-color: #f2f2f2;
  color: #666;
  font-size: 18px;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

h1 {
  color: #daa520;
  font-size: 2em;
  margin: 0.5em 0;
}
		
h3 {
  margin: 0;
  font-size: 1.5em;
  margin: 0.5em 0;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 1em 0;
}
		
span {
  font-size: 16px;
  color: black;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.table-prediksi {
  margin-top: 20px;
}
		
.table-prediksi:not(:first-child) {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  th, td {
    text-align: left;
  }
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sticky-footer
{
  display: none;
}

@media screen and (max-width: 480px) {
  body {background-color: black;}

  #desktop-footer {
    display: none;
  }

  .sticky-footer {
    display: block;
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding-top: 0;
  }

  .sticky-footer_nav {
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    padding: 10px 0;
  }

  .brand-icon {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
  }
}