
	:root {
		--text: seagreen;
		--border: lightgrey;
		--accent: teal;
		--bg: #dce3e1;
		--gradientTop: white;
		--gradientBottom: rgb(240, 248, 255, .8);
	}
body{
  justify-content:center;
  background:seagreen;
  display:flex;
}
.menu{
}
.benchtop{
  position:absolute;
  background:teal;
  height:300px;
  width:500px;
  top:500px;
  z-index:3;
}
.me{
  position:absolute;
  background:salmon;
  height:300px;
  width:200px;
  top:200px;
}