*{
    box-sizing: border-box;
    align-items: center;
   
}

.gallery{
    filter: none;
}
body {
    /* margin-top: 6rem;
    margin-bottom: 6rem; */
    background-color: #17182f;
    background-image: url(https://data.whicdn.com/images/340460595/original.gif);
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
  }
.homepage {
    width:100px;
}
  p {
    color:white;
    display: flex;
    flex-basis: 40%;
    height: 450px; 
    overflow: scroll;
    font-family: 'Roboto Slab', serif;
    filter: drop-shadow(0 0 6px white);
  }
img {
    width: 200px;
    filter: drop-shadow(10px 10px 12px black);
}

.sub {
    width:100px;
}
.birth {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    width: 400px;
    
}

.birth img:hover{
    width: 200px;
}
/* .container {
    color:white;
    display: flex;
    flex-basis: 40%;
    height: 450px; 
    overflow: scroll;
    font-family: 'Roboto Slab', serif;
    filter: drop-shadow(0 0 6px white); */




  h1 {
      color: white;
      font-family: 'Bebas Neue', cursive;
      font-weight: bold;
      font-size: 60px;
      filter: drop-shadow(0 0 12px black);

  }

  .lb-caption{
    font-family: 'Bebas Neue', cursive;
    color:white;
    font-size: 200px;
}

.lb-image{
    border: none;
    padding: none;
    filter: none;
}



iframe{
    opacity: 0.30;
    transition:opacity 1000ms ease;
    position: fixed;
    bottom: 0px;
    margin: 10px;
}

iframe:hover{
    opacity: 1.0;
}
