
	*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins',sans-serif;
 }
table{
	display: flex;
	height: -60vh;
	justify-content: center;
	align-items: center;
	background: linear-gradient(135deg, #71b7e6, #9b59b6);
		
	}
 
.btn{
	width: 130%;
	
	outline: 1px solid #555;
	color: #fff;
	border: none;
	font-size: 18px;
	
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 5px;
	 
	background: linear-gradient(135deg,#71b7e6,#9b59b6);
	
 }
 
 .column {
		  float: left;
		  width: 40%;
		  margin-top: 6px;
		  padding: 10px;
		}
.row:after {
		  content: "";
		  display: table;
		  clear: both;
		}
 

 
