body {
    background-color: #5D3140;
}
h1{
    color: #657A3A;
    text-align: left;
    text-transform: uppercase;
    text-decoration: underline;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: relative;
    top: -50px;
    right: 20px;
    font-weight: 300;
}

nav{
    color: #733646;
    position: relative; 
    top: -40px;
    right: 20px;
    padding: 10px;
    border: #5D3140 dotted;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

header{
    background-color: #F6D8BD;
    padding: 2em;
    border-style: solid;
    border-color: #733646;
    position: relative;
}

.wood{
    position: absolute;
    right: 1px;
    top: -25px;

}

main{
    display: block;
    position: relative;
    margin: 10px 0;
    padding: 1em;
    border: 1px
}
.my-content{
    margin: 0 1em;
    padding: .5em;
    border: 1px;
    background-color: #F6D8BD;
    color: #733646;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h2{
    text-align: center;
    text-transform: capitalize;
}
.mushroomdef, 
.mushroomhist{
    border-style: dotted;
    padding: 20px;
    margin: 10px;
}

aside,footer{
    padding: 1.75em 2em;
}
img{
    display: inline;
    height: 200px;
}
.recep{
    display: inline;
    position: absolute;
    right: 40%;
}
.ff{
    display: inline;
    position: absolute;
    right: 5%;
}
.my-content a{
    padding: 4px;
    background-color: #c84b3a;
    color: #f3e8cf;
    border-radius: 20%;
    text-decoration: none;  
}
footer{
    position: relative;
    margin-top: 51px;
    padding: 12.75px 25.5px;
    height: 100px;
    background-color:#F6D8BD;
    z-index: 99;
    color: #733646;

}
.footer-down{
    position: relative;
    z-index: 1000;
    height: 36px;
    padding: 25px 40px 0;
    width: inherit;
    border: #f3e8cf dotted ;
    border-bottom: none;
    margin-top: inherit;
    background-color: #657A3A;
}

.footer-up{
    position: absolute;
    display: inline;
}

.footer-up a{
    position: absolute;
    color: #733646;
}

.footer-up p{
    display: inline;
    right: 100px;
}

#liner1, #liner2{
    font-size: large;
    text-align: center;
}

*{
  cursor: url('https://cdn.cursors-4u.net/previews/mushroom-d5046410-32.webp') 32 32, auto !important;
}