html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: "Tahoma", Geneva, sans-serif;
	min-width: 100%;
	min-height: 100%;
	background-image: url("back.jpg"); 
	background-repeat: no-repeat; 
	background-size: cover; 	
		background-color: #000000;
}

.container {
	top: 0; 
	left: 0; 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30vh;
	flex-direction: column; 
}

.inside {
	height: auto;
	width: auto;
	/* background: #ffffff99; */
	padding: 0px 30px 0px 30px;
	border-radius: 20px;
}

.dialogue {
	height: auto;
	width: auto;
	background: #00000099;
	padding: 20px 30px 20px 30px;
	border-radius: 30px;
	color: #fff;
}

h1 {
		color: #fff;
		font-weight: 700;
		/* text-shadow: 0 0 5px black; */
}

h3 {
	color: #fff;
	text-align:right;
	font-weight: 700;
	/* text-shadow: 0 0 5px black; */
}

@media (max-width: 600px) {
	h1 {
		font-size: 20px;
		color: #fff;
		font-weight: 900;
	}

	h3 {
		font-size: 14px;
		color: #fff;
		text-align:right;
		font-weight: 700;
	}
}

p {
	text-align: center;
}

a {
	font-size: 99px;
	color: #fff;
	outline: none;
	text-decoration: none;

}

a:hover {
	color: #0FFF00;
}