header {
	background: white;
	height: 56px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.burger span{
	background: black;
	width: 20px;
	height: 2px;
	display: block;
}
.burger span:not(:last-child) {
	margin-bottom: 3px;
}
.logo {
	width: 90px 20px;
}
.search-bar{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f8f8;
}
.search-bar {
    display: flex;
    max-width: 400px;
    width: 100%;
}
input {
    flex: 1; 
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
}
button {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    font-size: 13px;
    cursor: pointer;
}
button:hover {
    background-color: #ddd;
}
.left-size{
    display: flex;
    align-items: end;
}
.p{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
