@font-face {
    font-family: HelveticaNeueLTStd-BdCn;
    src: url("/static/fonts/HelveticaNeueLTStd-BdCn.otf");
}

img {
    margin: auto;
    display: block;
}

body {
    margin: 0;
    background-color: #D3D3D3;
    background-image: url("/static/images/not-the-droids-youre-looking-for.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% auto;
}

div {
    font-family: HelveticaNeueLTStd-BdCn;
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
}

#top-text {
    font-size: 100pt;
    top: 40pt;
}

#bottom-text {
    font-size: 70pt;
    bottom: 40pt;
}
