@import 'https://kit-pro.fontawesome.com/releases/v5.9.0/css/pro.min.css';
@import 'https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap';


*,
:after,
::before {
	box-sizing: border-box
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: 'Josefin Sans', sans-serif;
	overflow: hidden !important;
}

.center {
	position: static;
	height: 100%;
	width: 100%;
	display: table;
	overflow: hidden;
}

.center-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 1%;
}

.astext {
	cursor: pointer;
	color: rgb(25, 116, 236);
	position: absolute;
	text-decoration: wavy;
	font-size: 14px;
}

.astext2 {
	cursor: pointer;
	color: rgb(91, 21, 212);
	text-decoration: wavy;
}

.video-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
#bg-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(40%);
}

.content {
	position: relative;
	z-index: 1;
	padding: 20px;
	color: #fff;
}

.widget-container {
	width: 420px;
	height: 96px;
	margin: 0 auto;
	margin-bottom: 10px;
    background-color: #11111162; 
    padding: 10px; 
    border-radius: 15px;
    border: 2px solid rgb(0, 0, 0);
}