* {font-size:110%;}
body {background-color: red;font-family: arial, New Times; line-height: 150%; }
header {background: url(/img/body_bg_04.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;transition: 1.8s all; transition-delay: 3.2s;}
html, body, #tbl_wrap {height: 100%;width: 100%;padding: 0;margin: 0;}
#td_wrap { vertical-align: middle; text-align: center; background-color: transparent;}
#div_wrap {
		font-size: 110%;
    display: inline-block;
    text-align: left;
    margin: 3em;
    padding: 32px;
    background-color: #e00000b8;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 2px 1px 0 #c70000;
    border: 1px solid #e00000;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(63, 0, 0, 0.40);
    -moz-box-shadow: 2px 2px 10px 0px rgba(63, 0, 0, 0.40);
    box-shadow: 2px 2px 10px 0px rgba(63, 0, 0, 0.40);
}
#div_wrap h1 { font-size: 150%; }
#div_wrap a { color: azure; }
.container {
	min-height: 100vh;
	}

.demo {
	/*width: 100wh;*/
	height: 100vh;
	padding-top: 20px;
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1.main-title {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	/*top: 45%;*/
	right: 0;
	left: 0;
}

div#sociallinks {
    background-color: white;
    border-radius: 8px;
    margin: 16px;
    padding: 10px 36px 2px 36px;
    width: fit-content;
}
div#sociallinks a {
    padding: 0 12px;
}