body{  
    background-image: url("img/backgroundtile.png");  
    color: rgb(0, 0, 0);  
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
}  
  
#header, #footer{  
    text-align: center;  
}

#decoration{
    background-color: brown;
}


#tree-container {
    max-width: 20rem;
    display: flex;
    margin: auto;
}

#tree {
    width: 20rem;
    margin-top: 4rem;
}

#star {
    position: relative;
    margin: 0 -13rem;
    font-size: 5rem;
    cursor: pointer;
}



.ornament {
    max-width: 10%;
    z-index: 10;
}

