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

#container {
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}

p {
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: Times, serif, 'Times New Roman';
}

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

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

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

h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-family: Times, sans-serif,'Times New Roman';
    text-decoration: underline;
    margin-bottom: 20px;
}

h3 {
    text-align: center;
    color: rgb(182, 45, 45);
    font-size: 40px;
    font-family: Times, sans-serif, 'Times New Roman';
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
}

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;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe{
    position: absolute;
    top: 0;
    margin-left: 12.5%;
    margin-right: 12.5%;
    width: 75%;
    height: 75%;
    display: inline-block;
    margin-top: 15px;
}


#Udgroup {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	width: 70%;
}

.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;
}

.vertical-menu {
    position: fixed;
    float: right;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(20%)
  }
  
  .vertical-menu a {
    display: block;
    padding: 15px;
    padding-left: 5px;
    text-align: center;
  }      