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;
}

.container {
    margin: 1rem;
    padding: 1rem;
    max-width: 100%;
    height: 10%;
    display: flex;
/*    border: 1px solid orangered;    */
}

.container1 {
    max-width: 50%;
    height: 10%;
    top: 40px;
    left: 40px;
    padding: 1rem;
/*    border: 1px solid goldenrod;    */
}

.container3 {
    margin: 1rem;
    padding: 1rem;
    max-width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
/*    border: 1px solid orangered;    */
}

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

p{
    font-size: 20px;
}

.chail-item {
    width: 600px;
    height: 450px;
    top: 130%;
    left: 75%;
    text-align: left;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #cecaca;
}

.chail-item1{
    margin: 1rem;
    padding: 1rem;
    text-align: left;
    width: 40%;
    height: 50%;
/*    border: 1px solid royalblue;    */
}


.chail-item2{
    position: relative;
    text-align: left;
}
.chail-item3{
    font-style: italic;
    text-align: right;
    color: #FFD700;
}

.chail-item4{
    text-align: right;
}

.chail-item5{
    width: 100%;
    height: 100%;
    margin: auto auto;
    display: block;
    
}
.chail-item6{
    margin: 1rem;
    padding: 1rem;
    text-align: left;
    width: 80%;
    height: 70%;
    display: flex;
/*    border: 1px solid purple;    */
}

.chail-item7{
    position: relative;
    margin: 0 auto;
    padding: 6em;
    text-align: center;
    width: 60%;
    height: 50%;
/*    border: 1px solid goldenrod;    */
}

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