@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap");
body {
  height: auto;
  background: linear-gradient(
    0deg,
    rgba(32, 46, 107, 1) 0%,
    rgba(9, 9, 121, 1) 9%,
    rgba(84, 100, 185, 1) 100%
  );
  font-family: "Roboto", sans-serif;
}
.konten {
  width: 963px;
}
.m {
  margin: 0 auto 0 auto;
}
.f {
  display: flex;
}
.c {
  justify-content: center;
  align-content: center;
  align-content: center;
}
.header {
  margin-top: -8px;
  padding-top: 10px;
  height: 40px;
  gap: 1em;
  justify-content: space-between;
  background: linear-gradient(
    0deg,
    rgba(195, 217, 250, 1) 0%,
    rgba(255, 255, 253, 1) 50%,
    rgba(195, 217, 250, 1) 100%
  );
}
.bt {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.3px;
}
.bt:hover {
  color: #ffbc77;
  transition: 0.5s;
}
.putih {
  color: #fff;
}
.hitam {
  color: #000;
}
.jarak {
  gap: 0.5em;
}
.kiri {
  gap: 1em;
  padding-left: 10px;
  margin-top: 5px;
}
.kanan {
  padding-right: 10px;
}
.input {
  align-items: flex-start;
  gap: 3px;
  flex-direction: row;
}
.user {
  height: 30px;
}
.captcha {
  flex-direction: row;
  gap: 0.2em;
}
.login {
  height: 30px;
  background: #202e6b;
  border: 1px solid #fdc271;
  border-radius: 4px;
  cursor: pointer;
}
.subheader {
  width: 963px;
  height: 70px;
  background: linear-gradient(
    0deg,
    rgba(32, 55, 103, 1) 0%,
    rgba(52, 88, 138, 1) 100%
  );
}
.subheader2 {
  width: 963px;
  height: 40px;
  background: linear-gradient(
    0deg,
    rgba(32, 55, 103, 1) 0%,
    rgba(52, 88, 138, 1) 100%
  );
}
.togel {
  width: 963px;
  height: 60px;
  background: linear-gradient(
    0deg,
    rgba(32, 55, 103, 1) 0%,
    rgba(52, 88, 138, 1) 100%
  );
  justify-content: space-evenly;
}
.togel table {
  margin-top: 8px;
}
.selamat {
  margin-top: 12px;
}
.logo {
  margin-left: -16px;
}
.logo:hover {
  filter: brightness(110%);
  transition: 0.35s;
}
.menu {
  list-style: none;
  justify-content: space-between;
  padding-top: 2px;
  list-style-position: outside;
  width: 102%;
  margin-left: -34px;
}
.menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #fffffd;
  border-bottom: solid 2px #c3d9fa80;
}
.menu a:hover {
  border-bottom: solid 2px #ffbc77;
  transition: all ease 0.35s;
}
.topbanner {
  justify-content: space-evenly;
  background: linear-gradient(
    0deg,
    rgba(195, 217, 250, 1) 0%,
    rgba(255, 255, 253, 1) 50%,
    rgba(195, 217, 250, 1) 100%
  );
}
.botbanner {
  justify-content: space-evenly;
  background: linear-gradient(
    0deg,
    rgba(195, 217, 250, 1) 0%,
    rgba(255, 255, 253, 1) 50%,
    rgba(195, 217, 250, 1) 100%
  );
}
.bannerimg {
  background: #5464b9;
  border: solid 15px #5464b9;
  box-shadow: 0px 0px 5px 2px rgba(255, 255, 253, 0.55);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 253, 0.55);
  -moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 253, 0.55);
}
.bannerimg2 {
  background: #5464b9;
  border: solid 10px #5464b9;
  box-shadow: 0px 0px 5px 2px rgba(255, 255, 253, 0.55);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 253, 0.55);
  -moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 253, 0.55);
}
.footer {
  background: linear-gradient(
    0deg,
    rgba(195, 217, 250, 1) 0%,
    rgba(255, 255, 253, 1) 50%,
    rgba(195, 217, 250, 1) 100%
  );
}
.footer img {
  filter: brightness(0%);
}
.footer img:hover {
  filter: brightness(100%);
  transition: 0.55s;
  cursor: pointer;
}
article {
  background: linear-gradient(
    0deg,
    rgba(46, 79, 125, 1) 0%,
    rgba(32, 55, 103, 1) 50%,
    rgba(32, 55, 103, 1) 100%
  );
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
article h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  text-transform: uppercase;
  color: #fffffd;
}
article p {
  text-align: justify;
  color: #ececeb;
  padding: 15px;
}
article ul,
ol,
li {
  text-align: justify;
  color: #ececeb;
}
article a {
  text-decoration: none;
  color: #ec994b;
}
