body {
    color:white;
}

#title {
    color:crimson;
}

#homebar {
    background-color:darkgreen;
}

a{
    color:yellow;
}

#description {
    width:700px;
}

#img {
    width:500px;
    height:auto;
}

#button {
    background-color: darkgreen;
}

#list {
    
    width:100px;
    text-align: left
}