* {
    font-family: monospace;
}

body {
    background-color: rgb(5, 53, 5);
    color: chartreuse;
}

#shroom-header {
    width: 400px;
    height: 80px;
}

#main-forest {
    width: 800px;
    height: 500px;
    background-image: url("https://karpverse.net/src/background/forest_large.jpg");
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
    margin: 20px;
}






