body {
    overflow-y: scroll;
    background-color: rgb(36, 43, 66);
}

li {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

p {
    font-size: large;
    line-height: 1.4;
    color: brown;
}

hr {
    height: 4px;
}

img {
    width: 1000px;
    height: 600px;
    border-style: groove;
}

video {
    width: 400px;
}

footer {
    margin-bottom: 8px;
    font-size: 12px;
}

.homeNameTitle {
    color: aliceblue;
    text-align: left;
    font-size: 55px;
    font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
    background-color: aqua;
    margin-top: 0;
    height: 250px;
    padding-top: 250px;
    border-style: solid;
    background: url(images/red-cap-oranda.jpg) center/cover;
}

.tankSizeHeaderImg {
    color: aliceblue;
    text-align: left;
    padding-left: 10px;
    font-size: 55px;
    font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
    background-color: aqua;
    margin-top: 0;
    height: 250px;
    padding-top: 250px;
    border-style: solid;
    background: url(images/telescope.jpg) center/cover;
}

.airPumpHeaderImg {
    color: black;
    text-align: right;
    padding-left: 10px;
    padding-right: 300px;
    font-size: 55px;
    font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
    margin-top: 0;
    height: 250px;
    padding-top: 250px;
    border-style: solid;
    background: url(images/SpongeFilter.jpg) center/cover;
    background-size: 40%;
    background-repeat: no-repeat;
    background-color: aliceblue;
    background-position: left;

}

.heaterHeaderImg {
    color: black;
    text-align: right;
    padding-left: 10px;
    padding-right: 300px;
    font-size: 55px;
    font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
    margin-top: 0;
    height: 250px;
    padding-top: 250px;
    border-style: solid;
    background: url(images/heater.jpg) center/cover;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: aliceblue;
    background-position: left;

}

.homeMainHeader {
     text-align: center;
     border-bottom-style: solid;
     margin-left: 30%;
     margin-right: 30%;
}

.sidebar {
    width: 170px;
    max-height: 100%;
    border-style: solid;
    background-color: rgb(125, 125, 125);
    padding-left: 10px;
    line-height: 4;
    font-size: small;
}


.container {
    display: flex;
    gap: 0.1rem;
    flex-direction: row;
    justify-content: center;
}

.paragraph {
    color: aliceblue;
    text-align: center;
    margin: 0 auto;
    max-width: 81%;

}

.toolsList {
    color: bisque;
    text-align: left;
    list-style-position: initial;
    line-height: 1.45;
}

.footerLinks {
    color: black;
    padding: 10px;
    background-color: rgb(125, 125, 125);
    display: flex;
    gap: 2rem;
    margin-bottom: 2px;
    border-style: solid;
}

.warning {
    text-align: center;
    color: brown;
}








