.tracksheet-box {
  max-width: 420px;
  margin: 30px auto;
  padding: 25px;
  border: 2px solid #1e88e5;
  border-radius: 12px;
  background: #f7fbff;
  font-family: Arial, sans-serif;
}

.tracksheet-title {
  text-align: center;
  color: #1e88e5;
  margin-bottom: 15px;
}

.tracksheet-input {
  width: 100%;
  padding: 14px;
  border: 2px solid #1e88e5;
  border-radius: 8px;
  margin-bottom: 15px;
}

.tracksheet-btn {
  width: 100%;
  padding: 14px;
  background: #1e88e5;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

.tracksheet-btn:hover {
  background: #1565c0;
}

.tracksheet-result {
  margin-top: 15px;
  font-size: 14px;
}
.tracksheet-result a {
  color: #1e88e5;
  text-decoration: none;
}