body {
    font-family: Nunito Sans, Open Sans, sans-serif !important;
    background-image: url('page-bg.png');
}

div.bodycontent {
    height: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    /* padding: 3rem;
    background-color: #775b9980;
    box-shadow: 1px 1px 3px #48235b80; */
}

/* BODY HEADER */
div.bodycontent img.podcastlogo {
    display: block;
    height: 10rem;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    box-shadow: 1px 1px 5px #48235b;
}

div.bodycontent h1 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #48235b;
    margin-top: 50px;
}

div.bodycontent p {
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #48235b;
}

/* LINK ITEMS */
div.linkwrapper {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

a.linkitem {
    display: block;
    background-color: #48235b;
    box-shadow: 1px 1px 5px #48235b;
    /* border: 1px solid #48235b; */
    padding: 1rem;
    margin: 1rem;
}

a.linkitem img {
    height: 3rem;
    width: auto;
}

/* FOOTER */
footer {
    text-align: center;
}

footer a, p {
    color: #fff;
}
