body {
  font-family: Arial, sans-serif;
  background: linear-gradient(180deg, #32035e, #32035e, #90e004, #ff5722);
  background-size: 270% 270%;
 
  height: 100vh;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}
a{
	text-decoration:none;
	color:#fff;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

a img{
	border:none;
}
a:hover{
	opacity: 0.9;
}


.container {
	width : 960px;
	margin : 0 auto;
}

.logo {width : 270px; text-align : center; margin : 50px auto 10px auto;}

.box-left {
	margin-top : 20px;
	float : left;
	width : 458px;
	height : 270px;
	background : #121212;
	padding : 7px;
	}

.box-right {
	margin-top : 20px;
	float : right;
	width : 458px;
	height : 270px;
	background : #121212;
	padding : 7px;
}	

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}


.button {
  font-size: 1em;
  padding: 7px;
  color: #fff;
  float : right;
  border: 2px solid #beecfd;
  background : #0029ff;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  margin-top : -50px;
  z-index: 1;
  position:relative;
  margin-right : 10px;
}
.button:hover {
  background: #0b00b3;
}

.judul {color : #fff;
font-size : 20px;
float : left;
margin-top : 5px;
}

.box-bottom {
	width : 100%;
	height : 10px;
	background : #91ff00;
	margin-top : 70px;
}

.footer {
	width : 900px;
	text-align : center; 
	margin : 10px auto 20px auto;
	color : #fff; 
	font-size : 15px;
	padding-bottom:10px;
}
.footer  .txt1{}
.footer  .txt2{}

.clear {
    clear: both;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10;}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #401c83;
  border-radius: 5px;
  max-width: 700px;
  z-index: 10;
  position: relative;
  transition: all 5s ease-in-out;
  color : #fff;
  font-size : 14px;
}

.popup h2 {
  margin-top: 0;
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #46cafe;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.content td {padding : 5px 10px;}
.bg1 {background : #0992D7; }