@font-face {
    font-family: Ronduit;
    src: url("../fonts/RonduitCapitals-Light.otf") format("opentype");
}
body {
    font-family: 'Ronduit';	
    color: #ffffff;
    background: url("../images/background.png") no-repeat;
  	background-size: 100%;
}
a {
	color: #ffff00;
	text-decoration: none;
}
ul {
	list-style: none; /* Remove list bullets */
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    padding-top: 15px;
    padding-bottom: 0px;
}