        body{
            background-color: rgb(16, 194, 218);
        }
		.main{
			width:100%;
            
			
		}
		

		.nav{
			width:100%;
			height:10%;
		}
		
		.admin{
			width:280px;
			height:280px;
			border:1px solid red;
			
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
			padding:20px;
		}
		input{
			
			padding:5px;
			border:1px solid red;
			border-radius:10px;
        }