body {
    margin: 50px 0px;
    padding: 0px;
    text-align: center;
    font-family: Georgia, Serif;
    font-size: 16pt;
}

ul {
    font-size: .85em;
}

img {
    width: 100%;
    height: auto;
    max-width: 450px;
}

#main {
    margin: auto;
    max-width: 540px;
    padding: 20px;
}

.content p {
    margin: 0;
    padding: 0;
}

.links {
    font-size: .85em;
    color: #a5d7ec;
    font-weight: bold;
}

.links a {
    text-decoration: none;
    color: #ee6666;
}

a {
    text-decoration: none;
    color: #ee6666;
}

a:hover {
    text-decoration: underline;
}

#footer {
    color: #ee6666;
    margin-top: 48px;
    font-size: .65em;
}

.content {
    font-size: 1.25em;
    line-height: 150%;
    color: #a5d7ec;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
    border: 4px dashed #ee6666;
    margin-top: 24px;
}

.episode {
    font-size: 1em;
    line-height: 150%;
    color: #a5d7ec;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
    border: 4px dashed #ee6666;
    margin-top: 24px;
}

.episode-title {
    margin-bottom: 16px;
}

.episode-title a {
    font-size: 1.25em;
    color: #ee6666;
    text-decoration: none;
}

#secretTell {
    border: 0px solid;
    background: #fff;
    font-size: 1.25em;
    line-height: 150%;
    width: 100%;
    color: #a5d7ec;
    margin: 0px auto;
    text-decoration: none;
    margin-top: 16px;
    cursor: pointer;
}

#secretField {
    width: 100%;
    color: #a5d7ec;
    text-align: left;
    font-size: 1.25em;
    line-height: 150%;
    border: 4px dashed #ee6666;
    height: 200px;
    margin-top: 24px;
    padding: 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 500px) {
    body {
        font-size: 14pt;
    }
    .links,
    #footer {
        font-size: 10pt;
    }
}