/* frontpage.css */

* {
    position: relative;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

div.logo {
    position: absolute;
    height: 50%;
    width: 100%;
    text-align: center;
}

img.logo {
    height: 100%;
}

div.projects {
    position: absolute;
    top: 60%;
    height: 40%;
    width: 100%;
    text-align: center;
}

a {
    font-size: 3em;
    font-family: Monospace;
    text-decoration: none;
    color: black;
}
