.tl {
  font-size: 80px;
  text-align: center;
  color: rgba(21, 192, 235, 0.44);
}

.img1 {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 50%;
  /*top: 20%;
	border-style: groove;
	border-width: 3px;
	border-color: hsla(302, 71%, 43%, 0.47);
	border-radius:7px;*/
}

.menu {
  z-index: 10;
  position: relative;
  left: 15%;
  width: 70%;
  height: 30px;
  border-style: groove;
  border-width: 3px;
  border-radius: 8px;
  font-family: "JetBrains Mono", monospace;
  background-color: rgba(0, 0, 0, 0.1);
}

.menu1 {
  font-style: normal;
  font-size: 10vw;
  font-palette: dark;
  text-decoration-color: rgba(200, 10, 20, .9);
  font-weight: 700;
  text-decoration-line: none;
  color: rgba(21, 192, 235, 0.44);
  float: left;
  margin: 0px;
  width: 12%;
  height: 100%;
  text-align: center;
  font: menu;
  cursor: pointer;
  border-radius: 6px;
  /*padding-left: 10px;*/
  /*box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	/*vertical-align: sub;
	background-color: rgba(86, 115, 117, 0.18);*/
}

.menu1 a {
  font-style: normal;
  font-size: 1vw;
  /*font-weight: 700;*/
  /*font-variant-emoji: all;*/
  /*color: rgba(220, 10, 10, 0.5);*/
  text-align: center;
  /*cursor: pointer;*/
  text-decoration-line: none;
}

.menu1:hover {
  top: -2px;
  left: -2px;
  margin: 2px 0 2px 0;
  color: #e11e;
  text-decoration-color: rgba(200, 10, 20, .3);
  box-shadow: -3px -3px 2px hsla(0, 0%, 0%, .3);
}

.menu2 {
  z-index: 5;
  display: none;
  border-style: groove;
  border-width: 3px;
  border-radius: 5px;
}
