* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    color: #10233d;
    background: linear-gradient(180deg, #eef5ff 0%, #ffffff 45%, #f8fbff 100%);
}

a {
    color: inherit;
}

.hero {
    padding: 5rem 1.5rem 4rem;
    background:
        radial-gradient(circle at top left, rgba(255, 213, 79, 0.45), transparent 35%),
        linear-gradient(135deg, #123c73 0%, #2459a7 100%);
    color: #ffffff;
}

.hero__content,
.section,
.footer {
    width: min(100%, 68rem);
    margin: 0 auto;
}

.hero__content {
    text-align: center;
}

.eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ffd54f;
}

h1,
h2,
h3 {
    margin-top: 0;
    line-height: 1.15;
}

h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
}

h2 {
    margin-bottom: 0.75rem;
    font-size: clamp(1.9rem, 4vw, 2.7rem);
}

.hero__text,
.section__heading p {
    max-width: 42rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.05rem;
}

.button {
    display: inline-block;
    padding: 0.9rem 1.4rem;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    background: #ffd54f;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(16, 35, 61, 0.16);
}

.section {
    padding: 4rem 1.5rem;
}

.section__heading {
    margin-bottom: 2rem;
    text-align: center;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1.5rem;
}

.card,
.quiz__question,
.highlight {
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 1.25rem;
    /* background: #837d7d; */
	
    box-shadow: 0 18px 45px rgba(18, 60, 115, 0.08);
}

.highlights {
    background: rgba(18, 60, 115, 0.04);
}

.highlight-list {
    display: grid;
    gap: 1rem;
}

.highlight {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.highlight__number {
    min-width: 3rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    background: #2459a7;
}

.quiz {
    display: grid;
    gap: 1rem;
}

.quiz__question {
    display: grid;
    gap: 0.9rem;
}

.quiz__question legend {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.quiz__question label {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    padding: 0.8rem 0.9rem;
    border-radius: 0.85rem;
    background: #f6f9ff;
}

.quiz__result {
    min-height: 1.5rem;
    margin: 0.5rem 0 0;
    font-weight: 700;
}

.footer {
    padding: 0 1.5rem 3rem;
    text-align: center;
    color: #42658f;
}

.page-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.link-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
}

.link-list a {
    text-decoration: none;
}

.player-card {
    display: grid;
    gap: 1.5rem;
}

.player-card img {
    width: min(100%, 28rem);
    height: auto;
    border-radius: 1rem;
    justify-self: center;
}

@media (max-width: 640px) {
    .hero {
        padding-top: 4rem;
    }

    .highlight {
        flex-direction: column;
    }

    .page-actions {
        flex-direction: column;
        align-items: center;
    }
}
.bob{
     border: solid 20px;
  border-color: purple; 
  border-width: thick;
  border-radius: 10px;
  background:black; 
  color:rebeccapurple; 
  font-family: cursive;
}
img {
  color: purple;
  border-width: thick;
}
.Terry {
  border: solid 3px; 
  border-width: medium;
  border-radius: 10px;
  background: brown; 
  color:gold; 
  font-family: cursive;
}
.adley{
    border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: black; 
  color:orange; 
  font-family: cursive;
}
.judge{
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: navy; 
  color:white; 
  font-family: cursive;
  border-color: gray;
}
.Ohtani{
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: white; 
  color:dodgerblue; 
  font-family: cursive;
}
.lebron{
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: gold; 
  color:purple; 
  font-family: cursive;
}
.foot{
  color: red;
}
.ball{
  color: navy;
}
.Basket{
  color: purple;
}
.trivia{
  color: brown;
}
.chapman{
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: white; 
  color:navy; 
  font-family: cursive;
  border-color: red;
}
.saquan{
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: mediumseagreen; 
  color:black; 
  font-family: cursive;
}
.Luka {
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: gold; 
  color:purple; 
  font-family: cursive;
}
.jokic {
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: gold ; 
  color: navy; 
  font-family: cursive;
  border-color: skylight;
}
.Jaxson{
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: blue ; 
  color: silver; 
  font-family: cursive;
  border-color: limegreen;
  }
.Skubal{
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: blue ; 
  color: white; 
  font-family: cursive;
  border-color: orange;
}
.Joshy{
     border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: crimson ; 
  color: royalblue; 
  font-family: cursive;
  border-color: navy;
}
.Chase {
       border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: orange ; 
  color: white; 
  font-family: cursive;
  border-color: black;
}
.Durant {
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: red ; 
  color: black; 
  font-family: cursive;
  border-color: gray;
}
.Vic {
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: black ; 
  color: white; 
  font-family: cursive;
  border-color: silver;
}
.Bry{
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: white; 
  color:blue; 
  font-family: cursive;
  border-color: red;
}
.Myles {
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: white; 
  color: orange; 
  font-family: cursive;
  border-color: black;
}
.Smith{ 
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: silver; 
  color:red; 
  font-family: cursive;
  border-color: red;
}
.Fernado{
      border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: wheat; 
  color:red; 
  font-family: cursive;
  border-color: red;
  }
.Ryan{
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: Black; 
  color:crimson; 
  font-family: cursive;
}
.Ken{
    border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: yellow; 
  color:darkgreen; 
  font-family: cursive;
}
.Steph {
   border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: royalblue ; 
  color: gold; 
  font-family: cursive;
  border-color: midnightblue;
}
.Brady {
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: white ; 
  color: red; 
  font-family: cursive;
  border-color: dodgerblue;
}
.Mike{ 
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: silver; 
  color:navy; 
  font-family: cursive;
  border-color: red;
}
a:hover{
    color: rgb(57, 16, 204);
}
.Justin{ 
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: crimson; 
  color:white; 
  font-family: cursive;
  border-color: black;
}
.Drew{ 
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: gold; 
  color:white; 
  font-family: cursive;
  border-color: black;
}
.Vahn{ 
  border: solid 3px; 
  border-width: thick;
  border-radius: 10px;
  background: black; 
  color: white; 
  font-family: cursive;
  border-color: purple;
}
.Roch{
    border: solid;
    border-width: thick;
    border-radius: 10px;
    background: gold;
    color: blue;
    font-family: cursive;
    border-color: blue;
}
.Jets{
    border: solid;
    border-width: thick;
    border-radius: 10px;
    background: white;
    color: green;
    font-family: cursive;
    border-color: black;
}
.saints{
   border: solid;
    border-width: thick;
    border-radius: 10px;
    background: white;
    color: gold;
    font-family: cursive;
    border-color: black; 
}
.Raid{
   border: solid;
    border-width: thick;
    border-radius: 10px;
    background: white;
    color: silver;
    font-family: cursive;
    border-color: black; 
}
.pat {
  border: solid;
    border-width: thick;
    border-radius: 10px;
    background: gold;
    color: red;
    font-family: cursive;
    border-color: gold;   
}
.Royals {
    border: solid;
    border-width: thick;
    border-radius: 10px;
    background: royalblue;
    color: silver;
    font-family: cursive;
    border-color: blue;
}
.Angels {
    border: solid;
    border-width: thick;
    border-radius: 10px;
    background: navy;
    color: silver ;
    font-family: cursive;
    border-color: maroon; 
}
.vikings {
    border: solid;
    border-width: thick;
    border-radius: 10px;
    background: purple;
    color: black ;
    font-family: cursive;
    border-color: gold; 
}