/* /* .football {
    font-size: 40px;
    text-align: center; */

/* .football button {
    font-family: 'Sarabun', sans-serif;
    background-color: #3a5cd8;
    font-size: 30px;
    border: 5px solid #3a5cd8;
    border-radius: 10px;
    color: aliceblue;
    padding: 3px;
    margin: 3px;
    transition: color 0.3s;
    justify-content: left;
} */
.text-with-bg h1{
    font-size: 40px;
}
.text-with-bg button {
    font-family: 'Sarabun', sans-serif;
    background-color: #3a5cd8;
    font-size: 30px;
    border: 5px solid #3a5cd8;
    border-radius: 10px;
    color: aliceblue;
    padding: 3px;
    margin: 3px;
    transition: color 0.3s;
    justify-content: left;
}
h2{
    font-size: 32px;
    text-align: center;
}
p {
    text-align: center;
}
h3 {
    font-size: 32px;
    text-align: center;
}
.pp {
    margin: 0;
    height: 300px;
    display: flex;
    justify-content: center; /* จัดกลางแนวนอน */
    align-items: center;     /* จัดกลางแนวตั้ง */
    background-color: #f0f0f0;
}
.image-container {
    display: flex;
    gap: 20px; /* ระยะห่างระหว่างกล่อง */
}
.image-box {
    width: 500px;
    height: 300px;
    border: 2px dashed #aaa;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666;
}
.image-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.text-with-bg {
    height: 250px;
    background-image: url('../picture/Screenshot 2025-07-04 111210.png') ;
      background-color: #000    ;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 32px;
      font-weight: bold;
      text-shadow: 2px 2px 4px #000;
    }
    .LP{
        padding: 40%;
    }
    .football a {
        font-family: 'Sarabun', sans-serif;
        background-color: #3a5cd8;
        font-size: 30px;
        border: 5px solid #3a5cd8;
        border-radius: 10px;
        color: aliceblue;
        padding: 3px;
        margin: 3px;
        transition: color 0.3s;
        justify-content: left;
        text-decoration: none;
    }
    .football a:hover{
        color: #ffd700;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }