select {
	width: 100%;
	text-align: center;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 15px;
}
.search-bar {
	height: 5vh;
}
.fas.fa-search {
	position: absolute;
    left: 87%;
    margin-top: 2%;
}
