#test {
  max-width: 40%;
  max-height: 40%;
}
#navbarNavDropdown {
  /* padding-left: 8px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  justify-content: end;
  text-decoration-color: white;
  
}

.navbar {
  max-height: fit-content;
  background-color: #23052A;

}

nav{
  background-color: #23052A;
  /* text-decoration-color: white; */

}

.navbar-text{
    color: white;
}

.navCont{
    background-color: #23052A;
}

#mainBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px;
  background: rgb(32,7,40);
  background: linear-gradient(0deg, rgba(32,7,40,1) 0%, rgba(9,121,104,1) 50%, rgba(116,221,208,1) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  height: 85vh;
  
  /* background-color: #23052A; */
  /* height: 100%; */
}
.movieImage {
  width: 50%;
  height: auto;
}

#generator {
  background-color: #ff66c4;
  margin-bottom: 5px;
}

.btn:hover {
  background-color: #00c2cb;
  color: white;
}

footer {
  font-size: small;
  color: white;
  width: 100%;
  padding-top: 100px;
  padding: 10px;
  background-color: #23052A;
  position: fixed;
  bottom: 0px;
  text-align: center;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00c2cb;
  --bs-btn-border-color: #00c2cb;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00c2cb;
  --bs-btn-hover-border-color: #00c2cb;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00c2cb;
  --bs-btn-active-border-color: #00c2cb;
  --bs-btn-active-shadow: inset 0 3px 5pxrgba (0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00c2cb;
  --bs-btn-disabled-border-color: #00c2cb;
}



.card{
flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #23052A;
    /* border: 5px solid #ff66c4; */
}

#restDiv{
    justify-content: space-between;
}

/* body{
    background: rgb(32,7,40);
    background: linear-gradient(0deg, rgba(32,7,40,1) 0%, rgba(9,121,104,1) 50%, rgba(116,221,208,1) 100%);
    background-repeat: no-repeat;
    background-size: contain;
} */

body{
    /* display: flex;
    flex-direction: column;
    background: rgb(32,7,40);
    background: linear-gradient(0deg, rgba(32,7,40,1) 0%, rgba(9,121,104,1) 50%, rgba(116,221,208,1) 100%);
    background-repeat: no-repeat;
    background-size: contain; */
}