html { 
    background: url(assets/backgrounds/podcast\ copy.JPG) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

body {
    background-color: none;
}

p, ul {
    margin: 0.0px 0.0px 12.0px 0.0px;
    text-align: center;
    font: 0.9em arial;
    color: #c2aa47;
}

ul {
    line-height: 1.5em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

span.s1 {
    font: 12.0px arial
}

span.s2 {
    text-decoration: underline;
    color: white
}

img {
    border: none;
    max-width: 100%;
}

a {
    color:white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

h1 {
    margin: 0.0px 0.0px 16.0px 0.0px;
    text-align: center;
    font: 2em arial;
    color: white;
    line-height: 40px;
}

h1 span {
    font-weight: 800;
    font-size: 24px;
}

p.p_top {
    margin-top: 5%;
}
