@charset "utf-8";
html{
    width : 100;
    height : 100;
}
.body{
    background-color: #087E8B;
}
.nav{
    background-color: gray;
    text-align: center;
}
.main1{
    background-color: #EDE8D0;
}
.main2{
    background-color: #EDE8D0;
    text-align: center;
}
