
body{
  background-color:black;
  margin: 0px 0px 0px 0px;
  height:5000px;
}

#Dola{
  top:90px;
  display: flex;
  justify-content: center;
  color:white;
  font-family:'HussarBoldWeb';
}

.dolaalbum {
  text-align: center;
  float:left;
  
  }

.dolaText {
  font-family:'HussarBoldWeb';
  color:yellow;
}

#albums{
padding: 200px 0px 0px 100px;
color:yellow;
font-family:'HussarBoldWeb';
text-align:center;
float:left;
}

#singles{
padding: 200px 100px 0px 0px;
color:yellow;
font-family:'HussarBoldWeb';
text-align:center;
float:right;
}

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:pink;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #000287;
  width: 50%; /* Could be more or less, depending on screen size */
}

.close {
  color: #66194d;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content p{
 color:#66194d;
}
    

#feet{
  position: fixed;
  left:0;
  bottom: 0;
  color: white;
  font-family:'HussarBoldWeb';
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: blue;
  color: black;
  text-align: center;
   }