body {
    background-image: url("paterns/zebra-print.png");
    background-repeat: repeat;
    background-size: 100px;
    padding: 0px;
    margin: 25px;
    display: flex; /*makes it work*/
}

#mainpanel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: black;
    padding: 12.5px;
    color: white;
}

.inner-pannel {
    position: relative;
    width: 95%;
    background-color: white;
    padding: 10px;
    margin: 2.5%;
}

.center-group {
    display: flex;
    justify-content: center;
}

.center-group img {
    position: relative;
    margin-right: 2.5px;
    margin-left: 2.5px;
}

#homegif-area {
    background: url("paterns/cow-print-bg-black.jpg") repeat;
    background-size: 150px;
    padding: 6px;
    border-radius: 6px;
}

#homegif-area img {
    height: 50px;
    width: auto;
}

.wingding {
    font-family: "Wingdings";
}

#mainpanel h1 {
    position: relative;
    text-align: center;
}

#mainpanel p {
    position: relative;
    text-align: center;
}

#memes {
    background-size: 150px;
    flex-direction: inherit;
    display: flex;
    align-items: inherit;
    gap: 1em;
}

#fish {
    width: 378px;
    height: auto;
}

#saucepic {
    position: relative;
    width: 500px;
    height: auto;
}

@font-face {
    font-family: "Wingdings";
    src: url("../shrines/wingdings/wingding.ttf");
}