.tampil {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}
.tampil-body {
	display: flex;
	height: 100vh;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.tampil-body div {
	border-radius: 10px;
	padding: 20px;
	margin: auto;
	width: 50%;
	background-color: white;
}
.tampil-body button {
	cursor: pointer;
	font-size: 1.1em;
	text-align: center;
	border-radius: 10px;
	background-color: #DC143C;
	border: 0;
	margin-top: 20px;

	color: white;
	padding: 10px;
}

.tampil-body   h1 {
	color: black;
}

.tampil-body   .active {
	color: white;
}

@media only screen and (max-width: 780px) {
  .tampil-body div {
	border-radius: 10px;
	padding: 20px;
	margin: auto;
	width: 90%;
	background-color: white;
	 
}
		
	
.tampil-body   p {
	font-size: 15px;
}	
}
