body {
  background-image: url(images/pinkredswirl.jpg ); 
  background-repeat: no-repeat;          
  background-size: cover;                 
  background-position: center;            
  background-attachment: fixed;     
  
}
a{
    text-decoration: none;
}
#container{
background-color: rgb(221, 211, 230);
width: 1000px;
margin-left: auto;
margin-right: auto;
}
#header{
    background-color: azure;
    text-align: center;
    padding: 10px;
}

.footer{
    clear: both;
    padding: 10px;
}

h1,h2,h3{
    margin:0;
    text-align: center;

}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding: 10px;
}

.left, .right {
  width: 25%;
}

.middle {
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100px;
  background-color: #f1f1f1;
  align-items: center;
}

li a {
  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link and background color on hover */
li a:hover {
  background-color: #555555;
  color: white;
}
.details{
    padding: 10px;
    display: flex;
  justify-content: center;
}
.details p{
background-color: #c8b5c9;
background-image: url(images/greenpinkdots.jpg);
height: 500px;
width: 600px;
margin-bottom: 25px;
border-radius: 30px;
color: #312532;
padding: 20px;
border-style: dashed;
border-width: 5px;
border-color: #4b384c;
overflow: auto;
font-size: 16.5px;
}