#draggable {
    width: 150px;
    padding: 0.5em; 
    background-color: gray;
    color: white;
}

#resizable { 
    width: 150px; 
    height: 150px; 
    padding: 0.5em; 
    background-color: gray;
}

#resizable h3 { 
    text-align: center; 
    margin: 0; 
}

#feedback { 
    font-size: 1.4em; 
}

#selectable .ui-selecting { 
    background: #FECA40; 
}

#selectable .ui-selected { 
    background: #F39814; color: white; 
}

#selectable { 
    list-style-type: none; margin: 0; padding: 0; width: 60%;
}

#selectable li {
    margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px;
}

.toggler { 
    width: 500px; 
    height: 200px; 
}

#button { 
    padding: .5em 1em; 
    text-decoration: none; 
}

#effect { 
    width: 240px; 
    height: 170px; 
    padding: 0.4em; 
    position: relative; 
}

p {
    font-size: 20px;
}