footer {
    width:100%;
    text-align:center;
    align-items:center;
    justify-content:center;
}

.fish-image {
    width: 200px;
    height: auto;
    border:black 3px solid;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

.pagination {
    display:flex;
    flex-direction:row;
}

body {
    background-color: #eedcb0;
}

h1 {
    font-family: "Knewave", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size:100px;
    border:black 3px solid;
}