.hero-container {
  background-image: url(https://static.owayo-cdn.com/newhp/img/magazin/hockeyrinks/ice-hockey-rink-670px.jpg);
  padding: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  display: block;
  position: relative;
}

.family {
 height: auto;
 width: 100%;
 float: center;
 background: linear-gradient(to right,white,black);
}

.family p {
    margin-left: 25px;
    margin-right: 50%;

}


.hero-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(192, 196, 204, 0.6);
}

.hero-content {
    color: antiquewhite;
}

.navigation {
 background-color: black;
 background-size: cover;   
}

.navigation a {
color: white;
text-decoration: none;
}

.navigation li {
    display: inline-block;
    padding: 8px;
}

body {
    background-color: black;
    margin: 10px 10px 10px 10px;
}

.home-page {
    color: black;
    z-index: 900;
    position: relative;
    font-size: 25px;
}

.poo {
    color: black;
    z-index: 900;
    position: relative;
}

.sportsa {
    background: linear-gradient(to right,white,black);
    margin: 0;
}

.sportsa p {
    margin-left: 25px;
    margin-right: 50%;
}

.family-page {
    color: black;
    z-index: 900;
    position: relative;
}

.prank {
    background: linear-gradient(to right,black,rgb(0, 145, 255));
}

.prank h1 {
    color: antiquewhite;
}

.prank-button {
        padding: 5px 10px;
        background: skyblue;
        border: 1px solid white;
        font-weight: bold;
        color: black;
        text-decoration: none;
}

.prank-page {
    background: linear-gradient(to right,black,rgb(0, 145, 255));
}

.ree img {
    height: auto;
    width: 100%;
}

.ree {
    background-color: black;
}

.lol h1 {
    font-size: 45px;
    color: black;
    z-index: 900;
    position: relative;
}
