
#search-container {
	background-color: #f2f2f2;
	padding: 10px;
	text-align: center;
}

#search-container button {
	padding: 10px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.out{
	display:inline-block;
	text-align: center;
	margin: 0;
	width: 95%;
}

.btn{
    width: 32%;
    height: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #000;
    background-color: #DDDDDD;
    border: 1px solid #000;
    transition: all .3s linear;
	border-radius: 20px 10px 20px 10px;
}
.btn:hover{
    background-color: #000;
    color: #fff;
}

.btn2{
    width: 32%;
    height: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #000;
    background-color: #FFCCAA;
    border: 1px solid #000;
    transition: all .3s linear;
	border-radius: 20px 10px 20px 10px;
}

.btn2:hover{
    background-color: #000;
    color: #fff;
}
