#top {
    background-color: green;
    width: 800px;


}

#bottom {

    background-color: aqua;
    width: 600px;
}

#bottom p {
    font-family: cursive;
    margin-left: 10px;
    margin-right: 10px;

}
