body{
    margin: 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
}


img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
}

h1{
    font-size: 4em;
    font-weight: bold;
}

.chail{
    margin: 0 auto;
    padding: 1rem;
    color: #FFD700;
    position: relative;
    text-align: left;
}

.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
    justify-items: center;
}
.main{
    width: 360px;
    height: 400px;
    margin: 1rem auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0, 2, 141, 0.747);
}

.img{
    height: 250px;
}

.content h2{
    margin: 1rem 0;
    font-size: 22px;
}

.content{
    margin: 0 auto;
    padding: 1rem;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content1{
    margin: 0 auto;
    padding: 1rem;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content1 h2{
    margin: 1rem 0;
    font-size: 22px;
}

.content2{
    margin: 0 auto;
    padding: 1rem;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content2 h2{
    margin: 1rem 0;
    font-size: 22px;
}

.content3{
    margin: 0 auto;
    padding: 1rem;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content3 h2{
    margin: 1rem 0;
    font-size: 22px;
}

.content4{
    margin: 0 auto;
    padding: 1rem;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content4 h2{
    margin: 1rem 0;
    font-size: 22px;
}

footer{
    background-color: #483D8B;
    padding: 0.5rem;
    text-align: center;
    color: #fff;
}
