@font-face {
    font-family: 'DesignerBlock';
    src: url('../fonts/DesignerBlock.woff2') format('woff2'),
        url('../fonts/DesignerBlock.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
  margin:0px;
  height:100%;
  background-image: linear-gradient(rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url("../images/background.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	font-family: DesignerBlock;
	user-select: none;
}


.box{
	padding: 50px;
	background: rgba(0,10,15,0.9);
	width: fit-content;
	margin: 50px auto;
	height: fit-content;
	text-align: center;
	box-shadow: 0px 0px 30px -15px rgba(255,255,255,1);
	border-radius: 5px;
}

.title{
	padding: 30px 50px;
	padding-bottom: 0px;
	color: white;
	font-size: 50px;
}

.div-btn{
	padding: 10px;
}

.btn{
	vertical-align: middle;
	cursor: pointer;
	background: transparent;
	outline: none;
	border: none;
	color: white;
	font-family: DesignerBlock;
	font-size: 20px;
	transition: 0.5s;
	padding: 15px;
	width: 100%;
	border: 3px solid rgba(255,255,255,0.1);
	border-radius: 5px;
}

.btn:hover{
	border-bottom: 3px solid white;
	transition: 0.5s;
}

 








 /*  */
