body {
	font-family: Comic Sans MS;
	background-image: url(images/background.jpg);

}

#navbar {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	border: 2px solid #0066FF;
	border-radius: 5px 5px;
	width: 100%;
	text-align: center;
	background-color: #33ADFF;
}
#navbar li { display: inline; }
#navbar a {
	color: #fff;
	padding: 10px 90px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	width: 25%;
	font-size: 20px;
}
#navbar a:hover {
	border-radius: 20px 5px;
	background-color: #0066FF;
}
.mainbox{
	border-radius: 20px 20px;
	width: 70%;
	padding: 2% 5% 2% 5%;
	background-color: white;
	border: 2px solid black; 
	font-size: 17px;
	float: left;
	display: inline-block;
	margin-right: 20px; 
	margin-bottom: 20px; 
}

.side {
	background-color: white;
	border-radius: 20px 20px;
	border: 2px solid black;
	width: 15%;
	height: 550px;
	padding: 2px 4px 2px 4px;
	display: inline-block;

}

p {text-indent: 10px;}

.header p{
	font-size:20px;
	border:2px solid #33ADFF;
	background-color: #63B8F6;  
	color:white;
}
a{
	text-decoration: none;  
}

.one{
	border-radius: 20px 20px;
	border: 5px dotted black;
}
	.pimage{	
	border-radius: 20px 20px;
	width: 45%;
	float: left;
	display: inline-block;
	margin-right: 10px; 
	margin-bottom: 20px; 
	}
   .ops{
   	width: 50%; 
   	display: inline-block;
   }
   .product{
   	border-radius: 5% 5%;
	width: 20%;
	padding: 2% 5% 2% 5%;
	background-color: white;
	border: 2px solid black; 
	font-size: 17px;
	float: left;
	display: inline-block;
	margin-right: 1.3333333333%; 
	margin-bottom: 1%;
	font-color:black;
	height: 250px;
	}
   .product span{
   	font-size: 25px; 
   }
   .product a:hover{
   	border-radius: 20px 20px;
	background-color: blue;
   }
   img {
   	border-radius: 20px 20px;  
   }
   .add{
	width: 100%;
	font-size: 17px;
	margin-bottom: 3%;
	margin-top: 3%;
	font-color:black;
	height: 250px;
	border-bottom: 2px solid black; 
   }
input[type=text], input[type=password] {
    width:200px;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #33ADFF;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 150px;
}
button:hover {
    opacity: 0.8;
}
.container {
    padding: 16px;
}
.white{
	color: white;
}