/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.welcome-page {
  background-image:url(silenthill_bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  }

.shrines-and-graphics-page {
  background-image:url(silenthill_bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  }
 
 .pokemon-page {
  background-image:url(pokemon_pixel-wallpaper.jpg );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
 }
 
#dovegif {
  width: 64px;
  height: 64px;
}

#welcome-parent {
  display: flex;
}

#menu-baby {
   width: 500px;
   height:600px;
   background-color: transparent;
}

#shrinegraphics-baby {
  margin-right:2%
  

  }

.bio {
border: 3px #000000 solid;
margin-right: 12%;
background-color : white;
  
  
}

.image img {
width: 101%;
height: 101%;
}
/*change back to 20?*/
.image {
position: absolute;
left:1%
}
/*left position equals 1*/
/*change position back to relative if things r wrong?*/
.image figcaption{
position: absolute;
top: 20%;
bottom: 50%;
left: 23%;
}
/*left original 10%*/

  
  #cbox {
position: absolute;
top: 64%;
bottom: 20%;
left: 4%;
border: 3px #000000 solid;
}
