@font-face {
    font-family: "SiteFont";
    src: url(sitefont.ttf);
}
@font-face {
    font-family: "BoldSiteFont";
    src: url(sitefont.ttf);
    font-weight: bold;
}
body {
    font-family: "SiteFont", sans-serif;
    background-color: #f0f0f0;
    color: #333;
    margin: 0;
    padding: 20px;
}
html,
body {
    box-sizing: border-box;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body {
    background: linear-gradient(to right, #000000, #000000);
    padding: 20px;
    border-radius: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    
}
#centered-content {
    text-align: center;
}
#lucybutton {
    position: fixed;
    top: 4px;
    left: 4px;
    z-index: 10;
    padding: 2px 4px;
    border: 0;
    outline: 0;
    box-shadow: none;
    appearance: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.3);
    font-size: 9px;
    font-weight: normal;
    line-height: 1;
    opacity: 0.35;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
#lucybutton:hover {
    background: transparent;
    color: #ffffff;
    opacity: 1;
}
#lucybutton:focus {
    outline: 0;
}
img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
}
#lucy-image {
    width: 350px;
    max-width: 90%;
    transform-origin: center center;
}