.centered {
    height: 20%;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px auto;
    left: 0;
    right: 0;
}

#pointer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    width: 2em;
    height: 2em;
    font-size: 2em;
    color: white;
    outline: none;
}

/*#scoreMessege {
  display: none !important;
  height: 50%;
  justify-content: center;
  position: fixed;
  bottom: 0%;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0px auto;
  left: 0;
  right: 0;
}

#gamescore {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;
  width: 2em;
  height: 2em;

  font-size: 2em;

  color: white;
  outline: none;
}

#gametime {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;
  width: 2em;
  height: 2em;

  font-size: 2em;

  color: white;
  outline: none;
}
*/
/*yande maos stule*/

  /*  html, body, #map {
          width: 100%; height: 100%; padding: 0; margin: 0;
      }
      a {
          color: #04b;
          text-decoration: none;
      }
      a:visited {
          color: #04b;
      }
      a:hover {
          color: #f50000;
      }
*/
