.menu__item {
	display: inline;
	margin: 1rem;
    list-style: none;
}

.menu__item:last-child .menu__link {
    margin-right: 0;
}