 body, html {
            margin: 0;
            padding:0;
            height: 100%;
			width:100%;
            background-color: #f8f9fa;
            font-family: Arial, sans-serif;
            color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }
        .container {
            text-align: center;
			color:#444444;
			padding-bottom:150px;
        }
        .container h1 {
            font-size: 3rem;
            margin-bottom: 20px;
			
        }
        .container p {
            font-size: 1.5rem;
            margin-bottom: 40px;
        }
        .container a {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            border-bottom: 2px solid #ffffff;
        }
        .gear-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            color: #3e4d4e ;
            cursor: pointer;
            transition: color 0.3s;
			cursor:pointer;
        }
        .full-icon {
            position: absolute;
            top: 20px;
            right: 70px;
            font-size: 2rem;
            color: #3e4d4e ;
            cursor: pointer;
            transition: color 0.3s;
			cursor:pointer;
        }
        .gear-icon,.full-icon:hover {
            color: #fff;
        }
		.link{
			color:#f79421;
		}
		.fa-brands{
			color:#10ad00;
		}
/* LOgin */
.login-container {
            text-align: center;
            color: #444444;
        }
        .input-group {
            margin-bottom: 20px;
        }
        .input-box {
            width: 70%;
            height: 100px;
            font-size: 90px;
            text-align: center;
            margin: 0 5px;
            border: none;
            border-radius: 5px;
            background-color: #dfdfdf;
            color: #444444;
            padding: 20px 0;
            letter-spacing: 0px;
        }
        .verification-container {
            margin-top: 40px;
        }
        .verification-title {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }
        .input-title {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
        .proses {
            margin-top: 20px;
			width:70%;
            padding: 10px 20px;
            font-size: 1.2rem;
            border: none;
            border-radius: 5px;
            background-color: #444444;
            color: white;
            cursor: pointer;
            margin: 5px;
        }
		 .gear-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            color: #ebebeb ;
            cursor: pointer;
            transition: color 0.3s;
        }
        .gear-icon:hover {
            color: #c1c1c1;
        }
        .proses:hover {
            background-color: #161c1e;
        }
		 .number-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        .number-buttons button {
            width: 60px;
            height: 60px;
            margin: 5px;
            font-size: 1.5rem;
            border: none;
            border-radius: 4px;
            background-color: #444444;
            color: white;
            cursor: pointer;
        }
        .number-buttons button:hover {
            background-color: #161c1e;
        }	
		
		