:root{
    --corprimaria:#c20000;
    --corsecundaria: #212529;
}
#desafio-hero img{
    height: 300px;
    width: auto;
}
#desafio-hero h2{
    font-size: 36px;
    font-weight: bold;
    color: var(--corprimaria);
}
#desafio-hero h3{
    font-size: 20px;
    font-weight: bold;
    color: var(--corsecundaria);
}
#desafio-hero p{
    text-indent: 5%;
}
#desafio-jogos .tennis-score-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
#desafio-jogos h3{
    margin: 6% 0;
    color: var(--corprimaria);
    font-weight: bold;
}
.player-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}
.player-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.avatar {
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.player-text {
    display: flex;
    gap: 4px;
    align-items: baseline;
}
.name {
    font-weight: 600;
    white-space: nowrap;
}
.winner {
  margin-left: 6px;
  color: #2b8f27;
  font-weight: bold;
  font-size: 18px;
}
.scores {
  display: flex;
  gap: 14px;
  font-size: 18px;
}
hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 10px 0;
}
#desafio-fotos img{
    height: 400px;
    width: auto;
}