body {
    background-color:#141400;
    margin: 0px 0px 0px 0px;
    height:6000px;
}
    
      #back{
  position:fixed;
  top:-15px;
  left:15px;
  font-size:25px;
  font-family: 'HussarBoldWeb';
	font-weight: bold;
	z-index: 1;
}

#WhatsYellows{
  display: flex;
  justify-content: center;
  text-align:center;
  font-family:'HussarBoldWeb';
  color:yellow;
  
}

a {
  color:yellow;
  text-decoration:none;
}

a:hover{
  color:darkgoldenrod;
  text-decoration:none;
}

#albums{
position:absolute;
padding: 100px 0px 0px 100px;
color:yellow;
font-family:'HussarBoldWeb';
text-align:center;
float:left;
}

.Yellowalbum {
  text-align: center;
  float:left;
  
  }

.YellowText {
  font-family:'HussarBoldWeb';
  color:yellow;
}

#singles{
padding: 120px 100px 0px 0px;
color:yellow;
font-family:'HussarBoldWeb';
text-align:center;
float:right;
}

.Yellowssingle {
  text-align: center;
  float:right;
  
  }

.Yellowsfooter {
   position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#000000;
  color: yellow;
  text-align: center;
   }
   
   button {

    background: transparent;
    border: none;
}
   
     .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color:black;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid lightyellow;
  width: 50%; /* Could be more or less, depending on screen size */
}


.close {
  color: yellow;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content p{
 color:yellow;
}
    