    h1 { 
		font-family:'Segoe UI';
		font-size : 60px;
		text-align: center;
	}
	body {
		font-size : 20px;
	}
	tr {
		background-color: #dfedc5;
	}
	td {
		font-size : 22px;
		color : #5e6b07;
		border-color: #e1e7d6;
		
	}
	.inputuser {
		font-size: 20px;
	}
	.inputbutton {
		font-size:20px;
		position : relative;
		left: -1px;
		top: 1px;
		height: 36px;
		/*box-sizing: border-box; /* Includes padding and border in the specified width */
    	width : 90px;
		padding: 6px;
    	border: 2px solid #424141;	
	}
	.linkdaftar {
		font-size:25px;
  		position : relative;
		width: 200px;
  		height: 100px;
  		background-color: rgb(245, 246, 247);
  		border: 1px solid #333; /* Visible outline */
  		padding: 3px 10px;           /* Space inside the box */
  		margin: 10px;            /* Space outside the box */
		text-decoration: none;	
	}	
	.linkganti {
		font-size:25px;
		position : relative;
		left: 1px;
  		width: 300px;
  		height: 100px;
  		background-color: rgb(245, 246, 247);
  		border: 1px solid #333; /* Visible outline */
  		padding: 3px 10px;           /* Space inside the box */
  		text-decoration: none;	
	}