body {
  background-color: black;
  background-image: url(four.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  margin: 0px;
  background-position-y: -606px;
  overflow: auto;

}

#infinite-scroll{
  display: inline-block;
}

.infinite{
  display: inline-block;
}

#fake-background{
  width: 100%;
  opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -999;

}

.container{

  background-color: rgba(0,0,0,0.7);
  padding: 20px;
  color: #f4f4f4;
  font-weight: bolder;
  border-radius: 8px;
  margin-top: 10px;

}

#recieve-gender{
  margin-left: 13px;
  margin-top: 13px;
}

#disclaimer{
  text-transform: capitalize;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  position: fixed;
  bottom: 0px;
  explanation: count the black birds in the tree



}

#left{
  max-width: 300px;
}



img{
  filter: saturate(0%) brightness(70%) contrast(1000%);
  explanation: the world isn't just black and white. what are you doing?
}

.illustration{

  background-color: rgba(0,0,0,0.7);
  padding: 20px;
  color: #f4f4f4;
  font-weight: bolder;
  border-radius: 8px;
  margin-top: 10px;
  border-radius: 19px;
  text-align: center;
}

#real-content{
  display: inline-block;
}

#center{
  height: 1000px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#content{
  display: flex;
  width: 100vw;
}

.infinite{
  width: 375px;
  margin: 50px;
  margin-top: 10px;
}

#infinite-scroll{
  display: flex;
  flex-direction: row;
}

#cast {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
#cast::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}



button{
  background: black;
  color: white;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  display: block;
  margin-top: 25%;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: red;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
