body{
    background: #062607;
    font-family: Arial, Helvetica, sans-serif;
    color: #e9e9be;
}

h1{
    text-align:center;
    font-size:xxx-large;
    color: yellow;
}

h2,h3{
    margin-left: 50px;
    color: #fff38f;
}

p{
    font-size: large;
}

ul li{
    list-style-type:square;
    list-style-position:outside;
    color: #edc8c8;
    font-size: x-large;
}

ol{
    list-style-type:none;
}

img{
    display: block;
    width: 50%;
    height: auto;
    margin: 10px auto;
}

.container{
    max-width:800px;
}

caption{
    text-align:center;
    color:coral;
}