body{
background-color: silver;


}

h1{
color: blue;
font-size: 60px;


}
h4{
color: black;

}
div{

    background-color: grey;

}
img {
  border-radius: 36px;
  box-shadow: 12px 12px 12px black;
}
