body {
    background-image: url(../fishimage/fishbath%20toys.png), url(../fishimage/fishballs.png),url(../fishimage/fishbutton.png),
        url(../fishimage/pattern%20238.gif);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-position: right bottom, top left, right top;
    background-size: 300px, 350px, 300px, auto;
}
.entry {
    border-bottom: dotted;
    border-color: white;
}

.date{
    text-align: right;
    font-style: italic
}
.columns {
  columns: 2;
  padding: 15px; /* adds padding between the text and the border */
}
/* this is extra */
.columns p {
  margin-top: 0;
}
article img{
    border: hidden;
    border-radius: 10px;
}

a{
    color: #0091ff;
}

h1 {
    text-align: center;
    text-shadow: 2px 2px #59b6fc;
}

h3 {
    text-shadow: 2px 2px #59b6fc;
    color: black;
}
.entry img {
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#title{
    position: relative;
    right: 30px;
}

#wrapper {
    background-color: rgba(0, 117, 154, 0.84);
    width: 950px;
    margin-left:auto;
    margin-right:auto;
    padding: 20px;
    border:dotted, white, 3px;
    border-radius: 20px;
}

#mainnav {
    border: dotted, white, 3px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

article {
    border:dotted, white, 3px;
    border-bottom-left-radius: 15px;
}

#subnav {
    border: dotted, white, 3px;
    border-bottom-right-radius: 15px;
}

aside {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

aside img {
    width: auto;
}