.imageSize {

    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;

}

li {

   list-style: circle; 
}

h1 {
    font-weight: bolder;
    color: white;
    font-size: 100px;
    text-shadow: -5px -5px 0 #000;
    ;
}