.fish > h3 {
    font-size: 32px;
    color: var(--blue00);
}
.fish > h2 {
	color: orangered;
	font-size: 34px;
	font-weight: 500;
}
.fish > article {
    color: var(--navy01);
    font-size: 20px;
    font-weight: 500;
}
.fish > p {
    color: orangered;
    font-size: 24px;
    font-weight: 700;
}
.fish > ul {
    color: blue;
}
@media(min-width:1000px) {
    .fish {
        width: 60%;
        margin: 0 auto;
        padding: 20px;
    }
}
@media(min-width:750px) and (max-width:999px) {
    .fish {
        width: 90%;
        margin: 0 auto;
        padding: 10px;
    }
}
@media(max-width:749px) {
    .fish {
        padding: 8px;
    }
}
#drop-fish {
    margin-left: 40%;
    border: 0;
    font-size: 12px;
    padding-bottom: 12px;
    color: grey;
    background-color: transparent;
}
#drop-fish:hover {
    text-decoration: underline;
}
