html {
  width: 100%;
  height: 100%;
}

body {
    font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

.header {
    position: absolute;
    top: 5%;
    left: 7%;
}
.songTitle {

    font-size: 120px;
    font-family: 'Kaushan Script', cursive;
    margin-top: 10px;
    margin-bottom: 20px;
}

h2 {
    font-size: 50px;
    font-family: 'Acme', sans-serif;
}

h3 {
    font-size: 30px;
    font-family: 'Acme', sans-serif;
}

audio {
    margin-left: 30px;
}

ul {
    padding-left: 0;
}
li {
    list-style-type: none;
    padding: 8px;
    font-size: 15px;
    letter-spacing: 1px;
}

img {
    width: 25%;
    padding-left: 30px;
}

section {
    overflow: auto;
}

.title-container {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(lifeChanges.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: white;
}

.lyric-container {
    background-image: url(pattern.jpg);
    text-align: center;
    padding-bottom: 50px;
}

.parts {
    text-decoration: underline;
    font-weight: bold;
    padding-top: 60px;
}

span {
    color: crimson;
    font-weight: bold;
}

.chorus li {
    font-family: 'Cookie', cursive;
    font-weight: bold;
    font-size: 25px;
}

footer {
    text-align: center;
}

footer div {
    margin: 4%;
}

.social {
    display: inline;
}

button {
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    background-color:darkslategray;
    border-radius: 50%;
}

button:hover {
    background-color: cadetblue;
}

a {
    text-decoration: none;
}

i {
    color: white;
    font-size: 200%;
}

.social-container li {
    margin: 9px;
}

.copyR {
    font-weight: bold;
}
