@font-face {
  font-family: 'Fredericka-the-Great';
  font-style: normal;
  font-weight: 300;
  src: local('Fredericka-the-Great'), local('Fredericka-the-Great'), url('/fonts/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV--Sjxbc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	margin: 0;
	padding: 0;
	background: #000080;
	background: url("/ico/soc-back.jpg") no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
    font-family: 'Fredericka-the-Great', 'sans-serif';
}
a, a:visited {
	color: #ffffff;
}
a:hover {
	color: #ababff;
}

#page-wrapper {
    height: 580px;
    width:100%;
    color: #fff;
    text-align:center;

    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	#page {
		padding: 20px;
		margin: auto;
	}

h1 {
    font-size: 56px;
    font-weight: normal;
    color: #ababff;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}
ul li a {
	display: block;
	font-size: 40px;
	margin: 0;
	margin-bottom: 20px;
	margin-left: 60px;
	padding: 0;
	text-decoration: none;
}
ul li a span {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-left: -80px;
}
#twitch span {
	background-image: url("/ico/soc-twitch.png");
}
#discord span {
	background-image: url("/ico/soc-discord.png");
}
#insta span {
	background-image: url("/ico/soc-insta.png");
}
#bsky span {
	background-image: url("/ico/soc-bluesky.png");
}
#facebook span {
	background-image: url("/ico/soc-facebook.png");
}
#twitter span {
  background-image: url("/ico/soc-twitter.png");
}
#of span {
  background-image: url("/ico/soc-of.png");
}
