body{
     background-color: plum;
    border:10px dotted purple;
}
p{
    color: blueviolet;
    text-align: left;
}
h1{
    color:darkmagenta;
    text-align: center;
}
h2{
    color:darkblue;
    border:10px dotted purple;
    text-align: center;
}

a.color{
    color: cyan;
    text-align: center;
}
ul{
    color:darkred;
    text-align:left;
}
footer{
    color: darkcyan;
    text-align: left;
}
.blue{
    background:deepskyblue;
}
body.relax{
    background: midnightblue;
}
h1.relax{
    color:palevioletred;
}
.forest{
    background: forestgreen;
    border:10px dotted skyblue;
    
}
h2.forest{
    color:aqua;
}
ul.blue1{
    color:lightcoral;
}
.fores{
    color:lightseagreen;
}
.Forest{
    color:midnightblue;
}
.rest{
    color:steelblue;
}
.bright{
    color:rosybrown;
}
.listimage{
    float: right;
}
.group{
    height: 200px;
}
.item{
    text-align: center;
    padding-top: 90px;
    width: 200px;
    float: left;
}
.food{
    background-color: darksalmon;
    border:10px dotted darkviolet;
    color:darkred;
}
.eat{
    color:indigo;
}
.mountain{
    color:navajowhite;
}
.yellow{
    color: mediumblue;
}
.another{
    color:mediumslateblue;
}
.navigation{
    width:500;
    text-align: center;
    background-color:darkorchid;
}
img.welcome{
    height: auto;
    width: auto;
    padding-bottom: 100px;
}
.welcome{
    padding-bottom: 100px;
}
.words{
    color: darkmagenta;
}