#container,#container2{
      width: 100%;
      height: 50%;
      margin: 0;
      padding: 0;
    }

textarea{
	
	border : solid 1px green;
	
}

img {
width: 150px; 
height: 150px; 
object-fit: cover; 
}

.red{
	color:red;
}
.green{
	color:green;
}
button {
	width:110px;
	cursor:pointer;
	text-transform:capitalize;
	border:none;
	padding:6px 0 6px 0;
	border-radius:75%;
	border-bottom:7px solid #4753f3;
	font:bold 13px Arial;
	color:#555;
	background:#fff;
	box-shadow:2px 2px 3px #999;
	border-top:2px solid #59cd27;
}


table {
background-color : transparent;
border:3px solid #6495ed;
border-collapse:collapse;
width:90%;
margin:auto;
}
thead, tfoot {
background-color:#D0E3FA;
background-image:url(sky.jpg);
border:1px solid #6495ed;
}
tbody {
background-color:#FFFFFF;
border:1px solid #6495ed;
}
th {
font-family:monospace;
border:1px dotted #6495ed;
padding:5px;
background-color:#EFF6FF;
width:25%;
}
td {
font-family:sans-serif;
font-size:80%;
border:1px solid #6495ed;
padding:5px;
text-align:left;
}
caption {
font-family:sans-serif;
}



