html, body {
  
  font-size: 12px;
  background-image: url("loros.png");
}

header{
  display: block;
  position: relative;
  min-height: 50px;
  margin: 0px;
  padding: 15px;
}

#title > p {
   
  font-size: 9rem;
  margin: 15px;
}

#main{
  width: 100%;
  display: inline-block;
  text: center black;
}

div.wrapper {
 
  border: 10px dashed black;
  padding: 2%;
  margin: 2%;
  width: 41%;
  float: left;
  height: 400px;
  background-color: orange; border: black dashed 2px;
  box-shadow: 20px 15px 10px 5px rgba(0,0,255,0.5);
-webkit-box-shadow: 20px 15px 10px 5px rgba(0,0,255,0.5);
}

#compactar{
  height: 10%;
  padding: 1px;
  margin-bottom: 2px;
}

#map{
  border: 10px solid black;
  border-radius: 10px 10px 10px 10px;
  display: block;
  position: relative;
  height: 90%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url("mapas.png");
}

#watchWrapper {
 border-radius: 10px 10px 10px 10px;
 border: 10px dashed black;
  text-align: center;
  min-height: 100px;
  background-image: url("reloj.png");
}

#hour, #minute {
  font-size: 5rem;
  font-weight: bold;
}

#second {
  font-size: 5rem;
}

            