html, body {
    overflow: hidden;
}
body {
    height: 100vh;
    background-color: #232323;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.entry-title {
    border-left: solid 3px #0c187a;
    padding-left: 3px;
    margin-bottom: 15px;
}
.entry-content p {
    padding: 0 10px;
}
.wp-block-audio audio {
    width: auto;
}