body {
//background: url(./hl1_menu.png) no-repeat left center fixed;
background-color: #1A1A1A;
background-size: 100vh 100vh;
background-size: contain;
	margin: 0;
	height: 100%;
	overflow: hidden;
	font-family: Tahoma;
font-smooth: never;
-webkit-font-smoothing: off;
-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
}
*
{
  user-select: none;
}
.lefalign
{
	height:100vh;
	width:100vh + (1920/1080);
	object-fit:fit;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
.righalign
{
	height:100vh;
	width:100vh + (1920/1080);
object-fit:fit;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.footer {
  transform-origin: bottom left;
	position: fixed;
	bottom: 57px;
	left: 32px;
	background-color: rebeccapurple;
	width: 0%;
line-height: 27px;
	height: 188px;
	padding: 0px;

}
.penishaha {
   color: #F4750C;
    //font-family: Comic Sans MS;
    font-size: 25px;
	position: fixed;
	bottom: 5px;
	left: 32px;
    //filter: drop-shadow(rgb(97, 52, 0) 3px 3px 0mm);
text-transform: uppercase;
}

p {
	cursor: default;
	margin-top: 0;
}

[id^="button"] {
	margin-top: 10px;
	color: rgb(200,200,200);
	cursor: pointer;
	font-size: 15px;
  white-space: nowrap;
	font-weight: bold;
line-height: 30px;
position:relative;
}

[id^="button"]:hover {
    color: #FFFFFF;
}

[id^="seperator"] {
line-height: 49px;
}
