
header {
    text-align: center;
    padding: 50px;
    background-color: #0b1826
}

header { 
    color: whitesmoke;
}

h1 {
    font-family: "rafaella", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: goldenrod;
}

body {
    background-image: url(https://lh3.googleusercontent.com/pw/AIL4fc-W65a4HDwmG_hm_cNJHH2Autji6HNMB6pH9TFvKk5hDkreFmZntotJPqlZlo16nApNF930OcQc-MJcLuqEHOcN8uEuQfdkp25oM2umiOsT_5hZ6KU=w2400);
    background: #d6d3be;
    padding: 50px;
    color: #113321;
}

img {
    float: left;
    margin: 10px;
    max-width: 380px;
    padding-left: 250px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 0px;
}

img:hover {
    opacity: 50%;
    transition: .5s ease;
}


div.subheading {
    padding-top: 250px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
}

h2 {
    font-size: 30px;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h3 {
    float: left;
    margin: auto;
    width: 30%;
    color: rgb(115, 115, 115);
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    background: whitesmoke;
    padding: 20px;
    border-radius: 10px;
    font-size:14px;
}


main {
    padding-left: 250px;
    padding-right: 250px;
    padding-top: 150px;
    padding-bottom:150px;
    text-align: left;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 2;
}

.musiccontainer {
    text-align: center;
    padding: 50px;
}

p:hover {
    background-color: beige;
}

.info {
    font-size: 20px;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

#infotitle {
    color: goldenrod;
    background-color:#0b1826;
    padding: 20px;
}

a {
    color:#0b1826;
    text-decoration: none;
}

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

footer {
    text-align: center;
    padding: 70px;
}
