@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Medium.ttf);
}

body {
  background-color: #202020;
  color: white;
  font-family: "Roboto";
  text-align: center;
  cursor: default
}

h1 {
  font-size: 80px;
}

p,
label {
  font-size: 25px;
}

input {
  background-color: #111111;
  border: 3px solid #555555;
  color: white;
  font-family: "Roboto", "sans serif";
  text-align: center;
  font-size: 20px;
  outline: none;
}

input[type="text"]:focus {
  border: 3px solid #888;
}

button {
  background-color: #111111;
  border: 3px solid #555555;
  color: white;
  font-family: "Roboto";
  text-align: center;
  font-size: 20px;
}

button:hover {
  border: 3px solid #888888;
}

.flag {
  margin: 2px;
  width: 21px;
  height: 21px;
}

.box {
  width: 25px;
  height: 25px;
  background-color: red;
  float: left;
  font-size: 21px;
  font-weight: bold;
}

.infoicon {
  width: 32px;
  height: 32px;
}

#timericon {
  position: relative;
  left: 3px;
  top: 5px;
  float: left;
}

#timers {
  float: left;
  font-weight: bold;
  font-size: 25px;
  margin-left: 6px;
  margin-top: 8px;
}

#flagicon {
  position: relative;
  top: 6px;
  right: 3px;
  float: right;
}

#flags {
  float: right;
  font-weight: bold;
  font-size: 25px;
  margin-right: 6px;
  margin-top: 8px;
}

#game {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#info {
  width: 100%;
  height: 42px;
  background-color: #666666;
}

#grid {
  background-color: black;
  width: 500px;
  height: 200px;
}

#title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#gameover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background-color: black;
  width: 500px;
  display: none;
}
