div.cidade {
  display: grid;
  flex-wrap: wrap;
  margin: auto;
  column-gap: 5px;
  grid-template-columns: auto auto auto;
  /* background-color: #f1f1f1; */
  justify-content: flex-start;  
  width: 840px;  
}

.torre-top {
  display: grid;
  height: 40px;
  text-align: center;
  font-size: 18px;
  align-items: center;
}

.controle {
  display: flex;
  background-color: #f1f1f1;
  align-items: center;  
}

.controle div {
  /* display: flex; */
  flex-wrap: wrap;
  background-color: DodgerBlue;
  /* justify-content: flex-start; */
  color: white;
  width: 140px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

div.torre-disco {
  margin: 0px;
  /* background-color: #f1f1f1; */
  /* border: 1px solid black; */
  /* font-size: 30px; */
  text-align: center;
}

#movimento, #tempo {
	display: none;
}

#iniciar {
   background-color: #39b1a4;
   cursor: pointer;
}

#mensagem {
	/* display: none; */
	background-color: #f1f1f1;
	color: black;
	min-width: 300px;
	text-align: left;
}
