 * {
  box-sizing: border-box;
}
 .main1 {    margin: auto; width: 80%; padding: 10px; overflow: auto;
           border: 8px ridge #0066FF;max-height:550px;  bord-radius: 23px; 
           line-height: 1.6;font-family: calibri; font-size: larger; 
           font-weight:bolder; font-style: normal;
		 font-variant: normal; text-transform: none; color: darkblue;             }
 #contact{ text-transform:lowercase;  }

/* Style the body */
body {
  font-family: Arial;
  
}
#img1
{border-radius: 30px; }


/* Column container */
.row {  
  display: flex;
  flex-wrap: wrap;
 }

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.leftside {
  flex: 50%;
 
 }

/* Main column */
.rightside {
  flex: 50%;
  
padding:20px;
}
b{color:#ff006e;
  font-weight:bolder;
  font-size:28px;
} 

}

