.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.piccy {
    width: 26%;
    padding: 10px;
}

.piccy1 {
    width: 100%;
}

.piccy2 {
    width: 24%;
}

.piccy5 {
    width: 50%;
     display: flex;
    justify-content: center;
    margin:0 auto;
   
}

.entry-layout {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.piccy {
  flex-shrink: 0;
}


.column {
    display: flex;
    flex-direction: column;
    gap:10px;
}

.row{
    display: flex;
    gap:10px;
    width: 50%;
    padding-right: 20px;
}

.row img {
  width: 50%;
}



.footy {
    width: 40%;
}

.picsection {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap : 10px;
}

.diary-entry::after {
  content: "";
  display: block;
  clear: both;
}
