body {
  background: cornflowerblue;
}
p {
  color: white;
}
h1 { 
  color: royalblue;
}
h2 {
  color: royalblue;
}
h3 {
  color: royalblue;
}

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

.sidetext{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.ryansidetext{
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

uflex-start
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: rgba(199, 223, 255, 0.95);
  overflow: hidden;
}

li{
  float: left;
}

.images-text {
  display: flex;
  justify-content: center;
}
.images {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

#Title{
  padding: 20px;

}