body{
    background-color:orangered;
}

h1{
    color: lightgreen;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

p{
    color: lightgreen;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
 table{

color: darkslategray;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

img{
    width: 300px;
    height: 300px;
}