body{
    background-color: beige;
}
#header{
    width: 1365px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid rgb(89, 0, 255);
    background: rgb(2, 168, 245);
    background: radial-gradient(circle, rgb(5, 43, 255) 0%, rgb(142, 162, 250) 0%, rgba(0,0,0,1) 100%);
}
.caption{
    text-align: center;
    font-family: fantasy;
    color: rgb(238, 255, 0);
    text-shadow: 20px 30px 10px black;
    margin-top: 2px;
    
}
.about{
    color: beige;
}

.myanmar{
    
    color: rgb(200, 255, 0);
    text-align: center;
    font-weight: 200;
    
}


#container{
    width: 1365px;
    height: auto;
    border:1px solid blue;
    margin-top: 0px;
}
.h{
    font-size: 20px;
    text-align: center;
    color: cornflowerblue;
}

.a{
color: rgb(1, 1, 26);
font-size: 20px;
margin-top: 2px;
font-weight: bold;

;
}
.f{
    width: 240px;
    height:auto;
    border: 0px solid blue;
    float: left;
}
.s{
    width: 1117px;
    height: auto;
    border: 0px solid blue;
         float: left;
        }
.page{
    width: 1117px;
    height: auto;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 30px;
    word-spacing: 2px;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
    
}