body {
     background-color: rgb(181, 13, 108);
}

h1{
    font-family:'Times New Roman';
    font-size: 200%;
    color: mediumblue;
    text-align: left;

}

h2{
    font-family:'Times New Roman';
    font-size: 200%;
    color: mediumblue;
    text-align:inherit
}
p{
    font-family:'Arial Narrow Bold';
    font-style: italic;
}

div {
    width: 550px;
    border: 15px;
    padding: 5px;
    margin: 5px;
  }
  img {
    float: left;
    margin: 10px;
    border-bottom: blue;
  }
ul{
    font-style: italic;
}

button{

            color: rgb(8, 141, 79);
}
