#form_spot{
  display: flex;
  flex-direction: column;
  margin:auto;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 1000px;
}

/*#form_spot label{
  display: inline;
  margin-bottom: 0.5rem;
}*/

#form_spot button{
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
  background-color: #007ba4;
  color: white;
  font-size: 1rem;
  cursor: pointer;
    
}

#form_spot button:hover {
  background-color: #0199cc;
}

#results_spot{
  display: flex;
  flex-direction: column;
  margin:auto;
  justify-content: center;
  align-items: start;
  text-align: left;
  padding: 2rem;
  width: 100%;
  max-width: 1500px;
}

#main_dashboard, #results_spot, #hidden_anchor{
  display:none;
}