body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #FFC107;
  font-family: 'Share', cursive;
  /*font-size: 14px;
  color: white;*/
}

#intro, #win-msg {
  align-self: center;
  /*font-family: 'VT323', monospace;*/
  font-size: 32px;
  background-color: #E65100;
  color: white;
  border-radius: 5px;
  width: 600px;
  padding: 20px;
  z-index: 10;
  text-align: center;
  position: fixed;
}

body {
  background-color: black;
  margin: 0;
  display: flex;
  justify-content: center;
  /*color:*/
}


#gameholderr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#view {
  border: 1px solid black;
  background-image: url('../images/grass2.png');
  background-size: 20%;
  /*background-image: url('../images/grass.png');
  background-size: 50%;*/
}

.titles {
  /*font-family: 'VT323', monospace;*/
  /*color: #2bdb2e;*/
  font-size: 40px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

nav {
  /*font-family: 'VT323', monospace;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  background-color: black;
  z-index: 1;
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}

.logo div{
  margin-left: 10px;
}

/*button reset*/

button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: inherit;
  background: transparent;
}

.logo input, .logo select, .logo label {
  /*font-family: 'VT323', monospace;*/
  font-size: 14px;
  background-color: black;
  margin-left: 20px;
  /*color: #2bdb2e;*/
  cursor: pointer;
  color:inherit;
}

.logo a {
  /*color: #2bdb2e;*/
  color:inherit;
  font-size: 200%;
}

#intro {
  display: block;
}
#win-msg {
  display: none;
}
