html, body {
    height: 100%;
    font-family: 'Comfortaa', cursive;
    margin: 0;
    padding: 0
}
table {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.bot {
    vertical-align: bottom;
}

.top {
    vertical-align: top;
}

a,a:hover,a:visited,a:link {
	text-decoration: none;
	color: silver;
}
#full {
    background: white;
    height: 100%;
    width: 100%;
    position: relative;
    vertical-align: middle; 
    display: table;
}

#logo {
	width:100%;
	position: absolute;
	bottom: 0%;
}
h1 {
    font-size: 3em;
    font-weight: 700; 
    vertical-align: bottom; 
    text-align: center;
}
h2 {
    /* font-size: 2em;
    font-weight: 700;*/
    vertical-align: top;
    text-align: center;
}

