﻿div.menu {
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	text-align: left;
}
