/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
    font-weight: bold;
    color : white
}
body {background-color : blue;
     border : 2px solid black;
     border-radius : 12px;
}
p2 {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white
    }
ul {list-style-type: none;
   background-color: blue;
   border: 4px solid black
}
li {display: inline;}

img {height: 200px;
     width: 200px
}
