html {
  background: url(../img/tile-bg.png) repeat center center fixed;
}

body {
	margin: 0px;
	width: 100%;
    height: 100vh;
}

@font-face {
  font-family: 'Fredoka One';
  font-style: normal;
  font-weight: 400;
  src: local('Fredoka One'), local('FredokaOne-Regular'),
       url('../fnt/fredoka.woff2') format('woff2'),
       url('../fnt/fredoka.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fnt/open-sans.woff2') format('woff2'),
       url('../fnt/open-sans.woff') format('woff');
}

/*
design and structure below
-------------------------- */

#main-container {
	position: relative;
	width: 575px;
	height: 600px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);

	border-radius: 10px;
	background-color: #fafafa;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

#header {
    position: absolute;
    width: 90%;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -10%);
    text-align: center;
}

#title {
    font-family: 'Fredoka One';
    font-size: 20pt;
    letter-spacing: 3px;
    color: #353535;
}

#subtitle {
    position: absolute;
    top: 43px;
    left: 50%;
    transform: translate(-50%);
    font-family: 'Open Sans';
    font-size: 8pt;
}

#subtitle > a {
    color: #353535;
    text-decoration: none;
}

#subtitle > a:hover {
    color: #858585;
}

.h-rule {
	position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-50%);
	height: 5px;
	width: 475px;
	background-color: #353535;
	border-radius: 10px;
}

#center-image > img {
	position: absolute;
	top: 130px;
	left: 50%;
    transform: translate(-50%);
	width: auto;
	height: 400px;
}

#footer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    font-family: 'Open Sans';
    font-size: 8pt;
}

#footer > a {
    color: #353535;
    text-decoration: none;
}

#footer > a:hover {
    color: #858585;
}

.info {
    position: absolute;
    top: 115px;
    left: 50px;
    font-family: 'Open Sans';
    font-size: 8pt;
}

#sig {
    position: absolute;
    bottom: -70px;
}
