h1 {
font-family: monospace;
}
h2 {
font-family: cursive;
border-color: deepskyblue;
border-width: 2px;
border-style: dotted;
text-align: center;
}
h4,ul,p {
font-family: monospace;
}
body {
background: azure;
}
img{
margin: 12px;
border-color: cornflowerblue;
border-width: 4px;
border-style: double;
border-radius: 10px;
}

.football,.volley,.plane,.book,.dogwalk,.movie {
height: 140px;
width:140px;
float: right;
}
.me {
height: 210px;
width:160px;
float: left;
}
.doggy{
height: 210x;
width: 230px;
float: right;
}
.fam {
height: 230px;
width: 260px;
float: right;
}
.baby {
height: 180px;
width:  160px;
float: left;
}