body{
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSPYYxSnNChtvjrTUROSI-KoeHDwjiRqrv8dnDvm9Pcog&s')
}
h1{
    font-family: helvetica;
    text-align: center;
    font-size: 70px;
    background-color: lightYellow;
}
h2{
    font-family: helvetica;
    background-color: lightYellow;
    text-align: center;
    font-size: 40px;
}
#flag{
   width: 110%;
   margin-left:0px;
   margin-right:0px;
}
p{
    font-family: Verdana;
    text-align: center;
    background-color: lightYellow;
    font-size: 30px;
}
th{
    background-color: lightGreen;
    font-size: 40px;
    font-family: helvetica;
    
}
img{
    width:24%;
}
table{
    margin-left:auto;
    margin-right:auto;
}
.button{
    text-decoration: none;
    color: black;
    
}
#home{
    background-color: seaGreen;
}
#history{
    background-color: seaGreen;
}
#economy{
    background-color: seaGreen;
}
#nature{
    background-color: seaGreen;
}
iframe{
    display: block;
    margin-left:auto;
    margin-right:auto;
    border: 50px;
}
.history{
    width: 50%;
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.nature{
    width: 75%;
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.pic_note{
    background-color: gray;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.source{
    background-color: mediumSeaGreen;
    color: aquamarine;
}
a{
    color: aquamarine;
    font-family: verdana;
    text-decoration:none;
}
.source_title{
    background-color: mediumseagreen;
    color: darkgreen;
}
ul{
    font-family: Verdana;
    text-align: left;
    background-color: lightYellow;
    font-size: 30px;
}
#news{
    background-color: red;
    color: white;
}
.title{
    font-size: 150px;
    font-family:garamond;
}
.history_table{
    background-color: lavender;
    font-size: 20px;
}
td{
    background-color: lavender;
    border: 1px solid black;
}
#table_border{
    border-collapse: collapse;
}