@font-face {
  font-family: Kozuka;
  src: url(Kozuka.otf); }
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #3FA9F5;
  font-family: Kozuka;
  text-align: center; }

.background {
  display: block;
  position: absolute;
  text-align: center;
  font-family: Kozuka;
  margin: 0;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(Streetlights.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

img {
  margin: 0 auto;
  display: block;
  max-width: 70%;
  height: auto;
  margin-top: 100px; }

a {
  color: white;
  text-decoration: none;
  font-size: 2em; }

p {
  color: white;
  font-size: 1.5em; }
