body {
    background-image: url('../img/fire.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    text-align: center;
}

h2 {
    color: yellow;
}

#purple {
    color: purple;
}

.members {
    color: aliceblue;
    text-shadow: hotpink;
    font-size: 15px;
    float: left;
    background-color: red;
    border: 10px groove black;
    margin: 10px;
}

.sidebar{
    width: 30%;
    float: right;
    background-color: aquamarine;
    text-align: center;
    font-size: 20px;
    border: 10px groove salmon;
    padding: 15px;
    margin: 20px;
}

ul {
    list-style-type: none;
}

li::before { 
    content: '\1F982';
    margin-left: -20px;
    margin-right: 10px;
}

img {
    text-align: center;
    width: 75vw;
    border: 20px ridge black;
    margin: 15px 5px 10px 75px;
}