* {
    font-family: sans-serif, serif;
    box-sizing: border-box;
}

html,
body {
    background: #000;
    margin: 0;
}

header {
    padding: 5px 0 75px;
    display: block;
}

header button.menu {
    background: none;
    margin: 20px 20px 0 0;
    color: #fff;
    font-size: 23px;
    text-align: right;
    border: none;
    float: right;
}

strike {
    color: #FF0000;
}

header h1 {
    float: left;
    color: #fff;
    font-family: 'Changa One', serif;
    cursor: default;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 24x;
    transform: scaleY(1.2);
    font-weight: 500;
    letter-spacing: 0;
}

::selection {
    background: #FF0000;
    color: #000;
}

section.fancy {
    color: #fff;
    padding: 10px 15px 10px 10px;
    font-weight: 300;
    margin: 0 14%;
    background: #0000007D;
}

section.fancy h2 {
    font-size: 16px;
}

section.fancy p {
    font-size: 14px;
    line-height: 20px;
}

section.pre div {
    margin: 10px 20px 10px 20px;
    padding: 10px 0;
    background: #000;
}

section.pre div h2 {
    color: #FF0000;
    margin: 10px 20px 0 20px;
    font-size: 18px;
    font-family: 'Changa One', serif;
    font-weight: 500;
    transform: scaleY(1.2);
    text-transform: uppercase;
}

section.pre div p {
    margin: 15px 20px 15px 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #D9D9D9;
}

div.audio-player {
    display: flex;
    align-items: center;
    background: #fff;
}

div.audio-player button {
    padding: 20px;
    width: 60px;
    border: none;
    background: #E6E6E6;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
}

section.pre div.podcast div.progress-container {
    width: 90%;
    height: 10px;
    background: #ccc;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

div.progress-filled {
    height: 100%;
    background: #007bff;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.1s ease;
}

input[type="range"] {
    width: 90%;
    height: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}

section.pre div.podcast {
    background: #fff;
}

section.pre div.podcast p {
    color: #FF0000;
    font-weight: 500;
}

section.pre div.podcast div.audio-player {
    background: #fff;
}

section.pre div.podcast div.progress-container div.progress-filled {
    color: #8B0000;
    background: #FF0000;
}

footer h1 {
    cursor: default;
    color: #fff;
    font-family: 'Changa One', serif;
    margin: 50px 0 0 20px;
    font-size: 23px;
}

button.category_btn {
    font-size: 12px;
    border: none;
    text-transform: lowercase;
    font-weight: 500;
    margin: 10px 20px 0 20px;
    padding: 10px 5px 10px 5px;
}

a {
    color: #D9D9D9;
    margin: 0px 20px 0px 0px;
    padding-bottom: 10px;
    font-size: 15px;
    word-break: break-all;
    line-height: 20px;
    text-decoration: none;
    position: relative;
}

ul {
    color: #D9D9D9;
    font-size: 14px;
}

a:hover {
    color: #FF0000;
}

p a {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-decoration: underline;
    list-style: underline;
    text-decoration-color: #FF0000;
}

p a:hover {
    color: #FF0000;
}

div.next_previous {
    text-align: center;
    display: block;
    
}

div.next_previous button.btn_2 {
    font-weight: 800;
    color: #000;
    font-size: 12px;
    float: right;
    margin: 0;
    padding: 5px 5px 5px 5px;
    border: none;
}

div.next_previous button.btn_2:hover {
    background: #f00;
}

div.next_previous button.btn_1 {
    font-weight: 800;
    color: #000;
    font-size: 12px;
    float: left;
    margin: 0;
    padding: 5px 5px 5px 5px;
    border: none;
}

div.next_previous button.btn_1:hover {
    background: #f00;
}

footer {
    padding-bottom: 50px;
}

footer p {
    color: #D9D9D9;
    display: block;
    font-size: 14px;
    margin-left: 14%;
    font-weight: 500;
}

footer h1 {
    padding-bottom: 50px;
}

footer div.white {
    background: #fff;
    text-align: center;
    padding-top: 25px;
    user-select: none;
}
footer div.white img{
    border-radius: 15px;
}