td[valign="top"] {
  padding-left: 2px;
}
td[valign="top"] p {
  margin-top: 0;
  margin-bottom: 8px;
}
.center-content {
  text-align: center;
}
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
#main-content {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
#driver-buttons {
  padding: 20px 0 10px 0;
  background: #fff;
  z-index: 2;
}
.iframe-full {
  flex: 1;
  width: 100%;
  border: none;
  min-height: 0;
}
img {
  border: 10px solid #000000;
  border-radius: 10px;
}
.Lecler-button {
  background-color: #e10600; /* Ferrari red */
  border: 2px solid #e10600;
  color: white;
}

.Lecler-button_back,
a.Lecler-button_back {
  background-color: #e10600; /* Ferrari red */
  border: 2px solid #e10600;
  color: white;
  padding: 10px 24px;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.2s;
}

a.Lecler-button_back:hover {
  box-shadow: 0 0 8px rgba(225,6,0,0.2);
}

.Verstappen-button {
  background-color: #1e41ff; /* Red Bull blue */
  border: 2px solid #ffbc00; /* Red Bull yellow */
  color: white;
}

.Verstappen-button_back,
a.Verstappen-button_back {
  background-color: #1e41ff; /* Red Bull blue */
  border: 2px solid #ffbc00; /* Red Bull yellow */
  color: white;
  padding: 10px 24px;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.2s;
}

a.Verstappen-button_back:hover,
button.Verstappen-button_back:hover {
  box-shadow: 0 0 8px rgba(30,65,255,0.2);
}

.Hamilton-button {
  background-color: #00d2be; /* Mercedes teal */
  border: 2px solid #00d2be;
  color: black;
}

.Hamilton-button_back,
a.Hamilton-button_back {
  background-color: #00d2be; /* Mercedes teal */
  border: 2px solid #00d2be;
  color: black;
  padding: 10px 24px;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.2s;
}

a.Hamilton-button_back:hover {
  box-shadow: 0 0 8px rgba(0,210,190,0.2);
}

.Norris-button {
  background-color: #ff8700; /* McLaren papaya orange */
  border: 2px solid #ff8700;
  color: black;
}

.Norris-button_back,
a.Norris-button_back {
  background-color: #ff8700; /* McLaren papaya orange */
  border: 2px solid #ff8700;
  color: black;
  padding: 10px 24px;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.2s;
}

a.Norris-button_back:hover {
  box-shadow: 0 0 8px rgba(255,135,0,0.2);
}



/* Optional: Add spacing and style for buttons */
#driver-buttons button {
  margin: 8px;
  padding: 10px 24px;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

#driver-buttons button:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

