body {
    font-family: sans-serif;
    background-color: #588157;
    background-image: url("trees.png");
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
}

#container {
    max-width: 900px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 150px;
    background-color: #dad7cd;
    image-rendering: crisp-edges;
    justify-content: space-evenly;
}

#navbar ul {
    display: flex;
    padding: 10px;
    margin-top: 10px;
    list-style-type: none;
    justify-content: space-evenly;
    background-color: #588157;
}

#flex {
    display: flex;
}

aside {
    background-color: #344e41;
    color: #dad7cd;
    width: 200px;
    padding: 20px;
    font-size: smaller;
}

#leftsidebar {
    order: 1;
    margin-right: 10px;
}

#rightsidebar {
    order: 3;
    margin-left: 10px;
    text-align: justify;
}

block {
    background-color: #588157;
}

main {
    background-color: #a3b18a;
    flex: 1;
    padding: 20px;
    order: 2;
}

#reviewmain {
    background-color: #a3b18a;
    flex: 1;
    padding: 20px;
    order: 2;
}

#album {
    display: flex;
    text-align: center;
}

#rating {
    margin: 40px 0 0 80px;
}

#rating h2 {
    font-size:25pt;
}