body {
	background-color: #ffffff;
	background-size: 99vw 98vh;
	background-attachment: fixed;
	}
.div-bg {
	position:absolute;
	top: 0;
	left: 0;
	background-color: none; 
	height: 99vh;
	width: 99vw;
	}
.image-bg {
	border: none;
	height: 99vh;
	width: 99vw;
	opacity: 0.5;
	}
.div-title {
	position: absolute;
	top: 1vh;
	left: 20vw;
	width: 60vw;
	height: 5vh;
	background-color: none; 
}
.div-email {
	position:absolute;
	top: 75vh;
	left: 20vw; 
	height: 2vh;
	width: 20vw;
	background: pink;
	border-radius: 15px;
	padding: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 3px solid black
	}
h-title {
	font-family: 'times new roman', times;
	font-size: 3vw;
	color: #0000aa;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 0px 0px 10px #ff0000;
	}
h-l {
	font-family: 'arial', arial;
	font-size: 2.5vw;
	color: #cc0000;
	text-align: left;
	}
h-c {
	font-family: 'arial', arial;
	font-size: 2.5vw;
	color: #cc0000;
	display: flex;
	justify-content: center;
	align-items: center;
	}
t-bl {
	font-family: 'times new roman', times;
	font-size: 1.5vw;
	color: #000000;
	font-weight: 700;
	text-align: left;
	}
t-bc {
	font-family: 'arial', arial;
	font-size: 1.5vw;
	color: #000000;
	margin: auto;
	}
t-ml {
	font-family: 'arial', arial;
	font-size: 1.25vw;
	color: #000000;
	text-align: left;
	}
t-mc {
	font-family: 'arial', arial;
	font-size: 1.25vw;
	color: #000000;
	margin: auto;
	}
t-sl {
	font-family: 'arial', arial;
	font-size: 1vw;
	color: #000000;
	text-align: left;
	}
t-sc {
	font-family: 'arial', arial;
	font-size: 1vw;
	color: #000000;
	margin: auto;
	}
a:link {
  color: blue;
	}
a:visited {
  color: purple;
	}
a:hover {
  color: red;
	}
a:active {
  color: yellow;
	} 
a {
	text-decoration: none;
	}
