#cmps{
  margin-top: 100px;
  border: 5px double beige;
  padding: 9rem;
  font-size: 35px;
  font-family: 'Baloo Tammudu 2', cursive;
  border-radius: 50%;
  color: beige;
box-shadow: -18px  -20px 10px #00004d,
             inset -18px  -20px 10px #00094a;
  border-bottom: 1px dotted red;
  border-top: 1px dotted red;
  animation-delay: 2ms;
  animation-duration: 10s;
  animation-play-state: running;
  animation-iteration-count: infinite;
}

@keyframes animate{
  
  0%,100%{
    border-top: 1px dotted red;
    border-bottom: 1px dotted red;
    border-left: 5px double white;
    border-right: 5px double white;
  }
  20%{
    border-left: 1px dotted red;
    border-right: 1px dotted red;
    border-top: 5px double white;
    border-bottom: 5px double white;
  }
  50%{
    border-top: 1px dotted red;
    border-bottom: 1px dotted red;
    border-left: 5px double white;
    border-right: 5px double white;
  }
  80% {
    border-left: 1px dotted red;
    border-right: 1px dotted red;
    border-top: 5px double white;
    border-bottom: 5px double white;
  }
  
}
  
#u{
  
  color: white;
  border: 1px solid snow;
  border-radius: 50%;
  padding: 0.3rem;
}
#u:hover{
  color: #00416a;
  background-color: white;
}
a{
  color: coral;
  text-decoration: none;
}
small{
  color: white;
  font-family: 'Baloo Tammudu 2', cursive;
  font-size: 15px;
  

  
}
#lat{
  color: white;
  font-family: 'Baloo Tammudu 2', cursive;
}
#lon{
  color: white;
  font-family: 'Baloo Tammudu 2', cursive;
  
}
#al {
  color: white;
  font-family: 'Baloo Tammudu 2', cursive;

}
body{
  background-color: #003366;
}

button{
  padding: 1rem;
  margin-top: 5px;
  font-size: 20px;
  font-family: 'Mukta', sans-serif;
  border-radius: 3px;
  border: transparent;
  font-weight: bold;
  
  
}
button:hover{
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

