body {
    padding: 7px;
	background-color: #2C3539;
}

#container {
	background-image: url("background.jpg");
    background-size: cover;
    background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
}

#banner {
    display: block;
    width: 98%;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

p {
    color: white;
    text-align: center;
    font-size: 30px;
    font-family: Times, serif, 'Times New Roman';
    padding-bottom: 50px;
    line-height: 1.5;
}

.p {
    width: 70%;
    margin: auto;
}

#albumcover {
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    outline: 2px solid white;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
  
.sidenav a {
    padding: 15px 0px 15px 60px;
    text-decoration: none;
    font-size: 40px;
    color: white;
    display: block;
    transition: 0.3s;
}
  
.sidenav a:hover {
    color: rgb(182, 45, 45);
}
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
}

h1 {
    font-size: 35px;
    color: white;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    margin-top: 30px;
}

h2 {
    font-size: 40px;
    font-family: Times, 'Times New Roman', serif;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 70px;
}

h4 {
    color: rgb(182, 45, 45);
    font-family: Times;
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}