.modal {
	
  display: block; /* Hidden by default */
  position: absolute; /* Stay in place */
  
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height:100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0 ); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
}
.modal-content {
 
  background-color: #F3E3B7;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}
.closet {
  color: #aaaaaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

.closet:hover,
.closet:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
	