@font-face {
  font-family: "Tahoma";
  src: url("fonts/tahoma-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Tahoma";
  src: url("fonts/tahoma-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Verdana";
  src: url("fonts/verdana-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Verdana";
  src: url("fonts/verdana-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.hidden {
  display: none;
}

body {
  background-image: url('bgposter.png');
  color: black;
  font-family: Verdana;
}

main {
  float: none;
  background: url('menuvid.gif');
  width: 800px;
  height: 600px;
  top: 40px;
  margin: 0 auto;
  font-family: "Consolas", monospace;
  position: relative;
  bottom: 0;
  border-width: 2px;
  border-style: solid;
  border-color: white;
    filter: drop-shadow(3px 3px 1px #00000036);
}

.title {
  font-family: "Verdana";
  font-size: 32pt;
  font-weight: normal;
  color: white;
  position: relative;
  left: 53px;
  top: 240px;
  
  user-select: none;
  
  padding-bottom: 20px;
}

.menu-entry {
  font-family: "Verdana";
  font-size: 10pt;
  font-weight: normal;
  color: white;
  
  position: relative;
  top: 240px;
  left: 53px;
  padding-bottom: 10px;
  
  user-select: none;
}

.menu-entry:hover {
  color: rgb(196, 196, 196);
}


.menu-div {
  background-color: rgba(128, 128, 128, 0.95); 
  border-radius: 10px;
  
  position: absolute;
  margin: auto;
  display: block;
  
  width: 600px;
  height: 318px;
  
  top: 142px;
  left: 100px;
  
  padding: 0;
}

.menu-div.hidden {
 display: none; 
}

.menu-div .menu-title {
  color: white;
  font-size: 8pt;
  font-family: "Verdana";
  font-weight: bold;
    
  position: absolute;
  left: 16px;
  top: 12px;
  
  margin: 0;
}

.menu-div .menu-x {
  position: absolute;
  right: 12px;
  top: 12px;
  
  margin: 0;
}

.menu-div .menu-sep-dark#upper {
  position: relative;
  background-color: rgb(76, 76, 76);
  box-shadow: 1px 1px rgb(189, 189, 189);
  
  left: 24px;
  width: 547px;
  height: 1px;
  top: 34px;
}

.menu-div .menu-sep-dark#lower {
  position: absolute;
  background-color: rgb(76, 76, 76);
  box-shadow: 1px 1px rgb(189, 189, 189);
  
  left: 24px;
  width: 547px;
  height: 1px;
  top: 237px;
}

.menu-div .menu-table {
  width: 500px;
  border-collapse: collapse;
  border: none;
  
  position: relative;
  top: 42px;
  left: 32px;
}

.menu-div .menu-table td {
  color: white;
  font-size: 8pt;
  font-family: "Verdana";
  font-weight: bold;
  
  border: none;
  padding: 10px;
  background: transparent;
  
  width: 33%;
}

.menu-div .menu-button {
  background-color: rgb(128, 128, 128);
  
  border-top-color: rgb(189, 189, 189);
  border-left-color: rgb(189, 189, 189);
  border-right-color: rgb(76, 76, 76);
  border-bottom-color: rgb(76, 76, 76);
  border-width: 1px;
  
  height: 24px;
  
  color: white;
  font-size: 10pt;
  font-family: "Verdana";
  font-weight: normal;
  text-align: left;
}

.menu-div .menu-button#new-game {
  position: absolute;
  
  top: 262px;
  left: 363px;
  width: 124px;
}

.menu-div .menu-button#cancel {
  position: absolute;
  
  top: 262px;
  left: 500px;
  width: 72px;
}

.menu-div .menu-button.cancel {
  position: absolute;
  
  top: 262px;
  left: 500px;
  width: 72px;
}

.menu-div .menu-button#more {
  position: absolute;
  
  top: 200px;
  left: 500px;
  width: 72px;
}
}