@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

* {
    box-sizing: border-box;
}

.tagline p {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 4px;
}

html {
    display: flex;
    justify-content: center;
    background-color: black;
    /*background-image: url("https://mcb.sowgro.net/mcb_band1b.jpg");*/
    /*background-size: cover;*/
    margin-top: 10px;
    background-image: url("./img/manhole1B.png");
    background-repeat: repeat;
}

body {
    opacity: 0.95;
    text-align: center;
    background-color: #2d2d2d;
    color: white;
    font-family: Parkinsans, sans-serif;
    width: 1000px;
    box-shadow: 0 0 10px black;
    border-radius: 30px;
    padding: 30px;
}

h1 {
    text-shadow: 5px 5px 10px black;
    font-size: 50px;
}

h3 {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 20px;
}

h1, h3 {
    font-weight: bolder;
    color: rgb(218, 165, 32)
}

.image1 img {
    width: 742px;
}

.image2 img {
    width: 742px;
}

.MCB_Logo {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:20px;
    font-weight: bolder;
}

.audio_title {
    margin-bottom:1px;
}

.textLine {
    text-shadow: 5px 5px 10px black;
    font-size: 50px;
    line-height: 80%;
    color: rgb(218, 165, 32)
}

p {
    margin-top: 0px;
    margin-bottom: 16px;
}

img {
    border-style: solid;
    border-width: 4px;
    border-color: rgb(218, 165, 32);
    border-radius: 20px;
}

audio {
    min-width: 500px;
    border-radius: 20px;
}

