body {
  background-color:  #f6eee6;
  width: 950px; 
  height: 100%;
  border-style: none;
  margin: 120px;
  padding-bottom: 60px;
}

.container {
  width: 950px; 
  float: left;
}

.container2 {
  width: 950px; 
  border-style: solid;
  border-radius: 15px;
  border-width: 1px;
  border-color: #c29da8;
  background-image: url(/images/flowers1.jpeg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat, repeat;
}

footer {
  position: relative;
   bottom:0;
   width:100%;
   height:60px; 
  font-family: spectral;
  text-align: center;
  padding: 60px;
  color: #b5869b;
  float: left;
}

h1 {
  color:  white;
  text-align: center;
  text-shadow: 0px 2px 2px grey;
  font-family: spectral;
}

h2 {
  font-family: "Spectral-Bold"; 
  font-size: 20px;
  
}

p {
  font-family: spectral;
  font-size: 15px;
  color:  #2a2224;
}

.topnav {
  width: 950px;
  height: 50px;
  margin-top: 15px;
  float: left;
  background-color: #c29da8;
  overflow: hidden;
  border-style: solid; 
  border-width: 1px;
  border-color: grey;
  border-radius: 15px;
}

.topnav a, .dropbtn {
  text-align: center;
  float: left;
  background-color: #c29da8;
  padding: 8px;
  color: #FFF;
  font-family: "Zen Kaku Gothic New"; 
  text-decoration: none;
  border-style: inset;
  border-width: 1px; 
  border-color: #c29da8;
  box-shadow: inset 0px 0px 5px 3px #a57f8b;
}

.topnav a:hover, .dropdown:hover, .dropbtn {
  background-color: #f6eee6;
  color: #c29da8;
  box-shadow: none;
}


.topnav a, .dropbtn {
  display: block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: #c29da8;
  background-color: white;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  color: #c29da8;
  display: none;
  position: relative;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  position: absolute;
  display: inline-block;
}

.topnav input[type=text] {
  float: right;
  padding: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
}

.column {
float: left;
margin: 70px; 
box-shadow: 0px 0px 4px 4px #c29da8;
}

.column.side {
  width: 20%;
  border-style: solid;
  box-shadow: 10px 10px 30px #c29da8;
  border-width: 1px;
  border-color: #c29da8;
  margin: 20px;
  padding: 20px;
}

.column.middle {
  width: 60%;
  box-shadow: 10px 10px 30px #c29da8;
  border-style: solid;
  border-width: 1px;
  border-color: #c29da8;
  margin: 20px;
  padding: 20px;
}


@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 50%;
  }
}