li, ul{
    color: white;
    list-style: none;
     font-size: 15px;
    font-family: Ubuntu Light, Ubuntu, Arial;
    padding-bottom: 2px;
    
} 
body {
    background-image: url(foo.jpg);
    background-size: cover;
}
#add {
    margin-left: 4px;
}
#task {
  margin-left: -10px;
}
#todos {
  margin-left: -10px;
}
