@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@100..900&display=swap');
/* font-family: "Noto Sans Lao", system-ui; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* font-family: "Inter", sans-serif; */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Noto Sans Lao", system-ui;
}

.center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 45px;
    padding-top: 5px;
}

.center .image img {
    width: 100px;
}

.back a {
    background-color: rgb(41, 80, 158);
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    transition: 0.3s;
}
.back a:hover {
    background-color: rgb(17, 43, 97);
    transition: 0.3s;
}
.content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2vh;
    width: 100%;
}
.content h1 {
    font-size: 5rem;
}
.content p {
    font-size: 3rem;
    font-weight: 600;
}
.lottoSix {
    margin-top: 1vh;
    width: 1000px;
    text-align: center;
    border: 2px solid #4DC859;
    border-radius: 15px;
    color: #273648;
}
.lottoSix p {
    font-size: 3rem;
    background-color: #4DC859;
    border-radius: 10px;
    color: #fff;
    padding: 5px;
}
.lottoSix h1 {
    font-size: 9rem;
    letter-spacing: 70px;
    text-align: center;
    font-family: "Inter", sans-serif;
    padding: 5px;
}
.lottoSix h1::after {
    content: '';
    margin-left: -70px; /* ลบ letter-spacing ของตัวสุดท้ายออก */
}

.lotto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
}


.lottoThree {
    margin-top: 1vh;
    width: 59%;
    text-align: center;
    border: 2px solid #DF2B40;
    border-radius: 15px;
}
.lottoThree p {
    font-size: 3rem;
    background-color: #DF2B40;
    border-radius: 10px;
    color: #fff;
    padding: 5px;
}
.lottoThree h1 {
    font-size: 9rem;
    letter-spacing: 70px;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #273648;
    /* padding: 0px 120px; */
}
.lottoThree h1::after {
    content: '';
    margin-left: -70px; /* ลบ letter-spacing ของตัวสุดท้ายออก */
}

/* -----------------------------เลข 2 ตัว--------------------------- */

.lottoTwo {
    margin-top: 1vh;
    width: 39%;
    text-align: center;
    border: 2px solid #DF2B40;
    border-radius: 15px;
}
.lottoTwo p {
    font-size: 3rem;
    background-color: #DF2B40;
    border-radius: 10px;
    color: #fff;
    padding: 5px;
}
.lottoTwo h1 {
    font-size: 9rem;
    letter-spacing: 50px;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #273648;
    /* padding: 0px 60px; */
}
.lottoTwo h1::after {
    content: '';
    margin-left: -50px; /* ลบ letter-spacing ของตัวสุดท้ายออก */
}
.animal {
    width: 1000px;
    margin-top: 15px;
    background-color: transparent;
    border: 3px solid #DF2B2B;
    border-radius: 15px;
}
.animal h1 {
    color: #273648;
    text-align: center;
}

