
.gallery img {
  border: 5px solid pink;
  cursor: pointer;
  padding: 5px;
  background-color: yellow;
  -webkit-border-radius: 11px;
}
.gallery img:hover {
  background-color:red;
}
.dottySidebar {
  float: right;
  background-color: rgba(211, 151, 223, 0.42);
  padding: 10px;
  -webkit-border-radius: 8px;

}
.dottyMenuSection {
  border:solid;
  border-color:rgb(92, 20, 170);
  padding:5px;
  margin:2px;
  -webkit-border-radius: 5px;
}  

.dottyHeader {
  background-color: rgba(0, 177, 193, 0.2);
  padding: 10px;
  -webkit-border-radius: 8px;
  font-size: 16px;
}

.dottyHeader strong {
  font-weight: normal;
  font-size: 26px;
}


.dotty {
  margin-top: 20px;
}

.col1 .gallery img {
  border-color: rgb(0, 177, 193);
}

.col1 {
  vertical-align: top;
  max-width:255px;
  display:inline-block;
}

.gallery a img {
  margin-bottom: 20px;
  margin-right: 10px;
}

.col2 {
  max-width: 469px;
  vertical-align: top;
  display:inline-block;
}