@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('fonts/BebasNeue-Regular.woff2') format('woff2'),
         url('fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.btnn{
	border: 1px solid white;
	background: white;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 15px;
	transition: 0.8s;
	position: relative;
	overflow: hidden;
}

.registerbtn{
	border-top: : 1px solid #00ffff;
	width: 310px;
	background: none;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 15px;
	transition: 0.8s;
	position: relative;
	overflow: hidden;
}

.btn2{
	color: black;
}

.btn2:hover{
	color: white;
	border-top: : 1px solid #00ffff;
	background: none;
  text-decoration:none
}

.registerbtnn{
	color: #00ffff;
}

.registerbtnn:hover{
	color: #000;
	background: #00ffff;
  text-decoration:none
}