.home, .home2 {
  background:#ffe6f2;
  border-style: dotted;
  border-color: #ffb3d7;
  border-width: 5px;
  width:100%;
  height:100%;
  min-height:320px;
}


 .home3{
   min-height:320px;
 }
 
 
.img1 {
  width:35%; 
  border-radius:40px;
}


.menu {list-style-type:none;
margin:0;
padding:0;
overflow: hidden;
background-color: #ffb3d7;
padding-top:4px;
}
.menu li {
  float:left;
  font-size:28px;
  font-weight:bold;
}
.menu li:nth-of-type(1) {
  padding-right:20px;

}

.design {
  font-family:courier new;
  ;
}
.menuicon svg {
  width:30px;
}

.homepagelink {
 color:#000000;
 text-decoration:underline;
 
}


.vertical-menu {
  width: 200px;
  height:100%;
  background-color:#ffe6f2 ;
}

.vertical-menu a {
  background-color:#ffcce0;
  display: block;
  padding: 12px;
  text-decoration: none;
  color:#000000;
}

.vertical-menu a:hover {
  background-color: #ff4d94;
}

.vertical-menu .active {
  background-color:#ffb3d7 ;
  color: white;
}


.main {
 display:flex ;
 justify-content:space-between;
}


.maincontent {
 display:flex ;
 justify-content:space-between;
}
  
  
  .colum1 {
   padding:25px; 
  }
  
  .colum2 {
   padding-left:25px;
   padding-top:50px;
   padding-bottom:50px;
  }
  
  .colummmmm1 {
   padding-left:30px; 
  }
  
  .columm1 {
   padding-left:30px; 
  }
 
 
 .newownerimg {
  float: right;
  margin-left: 200px;
  width: 200px;
  border-radius:50px;
  padding-top:400px;
 }