@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
body {
    overflow:auto;
}
#footer {
    padding-bottom: 0.5rem;
    margin-top: 0;
}
div#shareLink {
    position: static;
    overflow: auto;
    box-sizing: border-box;
    max-width: 96%;
    text-align: center;
    margin-top: 0;
}

div#shareLink > p {
    font-family: 'Architects Daughter', cursive;
    color: #ffe;
    font-size: 300%;
    padding: 0.25em 0;
    font-weight: bold;
}
div#shareLink > a {
    margin:auto;
    display: block;
    text-align: center;
}
a#iphoneArrow {
    opacity: 0;
    transition: all 250ms ease;
    display: block;
    overflow: hidden;
}
@media screen and (max-width: 520px) {
    a#iphoneArrow {
        opacity: 1;
        position: absolute;
        right: 0;
        top: 40px;
        width: 40px;
        height: 40px;
        background-image: url('/assets/images/iphoneArrow5.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #book_2 {
            margin-top: 0;
        }
    .headers > p {
        padding-top: 0;
    }

}
