body {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Roboto;
}

p {
    margin: 0;
}

h2 {
    font-weight: 400;
    margin: 0 0 20px 0;
}

h3 {
    font-weight: 400;
    margin: 0;
}

a {
    color: #929945;
    text-decoration: none;
}

div.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

div.nav > a {
    width: 75px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    color: black;
    text-decoration: none;
}

div.icons {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

div.icons > a > img {
    width: 50px;
}

div.section {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 800px;
    padding: 10px;
}

div.line_break {
    width: 80%;
    max-width: 800px;
    border-bottom: thin solid #222222;
    opacity: .2;
    margin-top: 40px;
    margin-bottom: 40px;
}

div.pink_box {
    background-color: #FD62FC;
    border: 2px solid #FD00FB;
    margin: 20px 0px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pink_box > img {
    width: 30px;
}

div.show_box {
    padding: 20px 20px;
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E4E4E4;
}

div.track_credits {
    margin-left: 40px;
}

div.album_info {
    display: flex;
    justify-content: space-around;
}

div.contact_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 200px;
}

img.band_icon {
    width: 285px;
    margin: auto;
}

img.album_art {
    width: 370px;
}

img.contact_image {
    width: 50%;
}

img.band_img {
    width: 322.665px;
    height: 216px;
    margin: auto;
}

button.ticket_button {
    padding: 10px 20px;
    background-color: #1d385b;
    color: white;
    border: none;
    font-size: 16px;
}

@media only screen and (max-width: 900px) {
    div.pink_box {
        display: none;
    }

    div.contact_info > iframe {
        margin: 20px auto;
    }
}