body{ 
    background-color: rgba(255, 100, 0, 0.3);
    
    }
#main{
	
	height:100%;
	width:100%;
	overflow:hidden;
	border:1% solid black;
}

#search-box {
position: absolute;
width: 100%;
height:10%;
}
#search-text 
{
width:85%;
float:left;
padding: 1%;
border-color: blue;
background-color: rgba{255,255,255,0.2};
}


#search-button {
width: 12%;
float:left;
padding:1%;
border-color:blue;
color: #fff;
background-color: blue;
}
#T{
	width:10%
}
#cont{
	
	background-color: blue;
	text-align:center;
	width:100%;
	height:8%;
	
}

.scrollbar{
width:100%;
height:390px;
background-color:lightgray;
background-color: rgba(255, 100, 0, 0.3);
overflow-y:scroll;

}
.content{

margin-top: 2%;
margin-left:1%;
margin-bottom: 2%;
overflow:auto;
border-radius: 2%;
width: 98.7%;
background-color: antiquewhite;
}

.column1{
    
	background-color:blue;
	width: 32%;
    margin-left:2%;
	margin-top:0;
    float: left;
	text-align:center;
}

.column3{
    width: 22%;
    margin-left: 4%;
	margin-top:0%;
    float: left;
    text-align:center;
}

.column2{
    width: 20%;
    margin-left: 4%;
	margin-top:0%;
    float: left;
    text-align:center;
}
p{
    text-align: center;
	padding:0 auto;
}

h3{
    color: brown;
    text-align: center;
}
