body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
    padding: 10px;
}

button{
	cursor: pointer;
}

.logo{
	width: 10%;
}

.menu{
	flex: 1;
	display: flex;
	justify-content: center;
    gap: 30px;
}