@font-face {
    font-family: material;
    src: url(sansation_bold.woff);
}

body {
    max-width: 900px;
    margin: 40px auto;
    background: url("https://raw.githubusercontent.com/seriouslymoe/startpage/master/mascots/_3JULzcn.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.search {
    color: white;
}
