/* 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: black;
   color: black;
    font-family: Verdana;
}

  .bear5text {
   color:red; 
    width: 300px;  /* Set the width of the container */
        height: 200px; /* Set the height of the container */
          overflow: hidden; /* Hide any excess part */
           position:absolute;
  
      display: inline-block;
    transform: scale(1);
   vertical-align: middle;
    }
    
      .beargaltext  {
   color:red; 
    width: 300px;  /* Set the width of the container */
        height: 200px; /* Set the height of the container */
          overflow: hidden; /* Hide any excess part */
           position:absolute;
  
      display: inline-block;
    transform: scale(1);
   vertical-align: middle;
    }

  .bear5 {
      width: 600px;  /* Set the width of the container */
        height: 400px; /* Set the height of the container */
          overflow: hidden; /* Hide any excess part */


      display: inline-block;
    transform: scale(1);
   vertical-align: middle;

}
 
.wegabear {
  position:absolute;
  height:500px;
  width:500px;
  transform:scale(0.9);
  }    
  
  .bearscare {
 
  height:500px;
  width:500px;
  transform:scale(0.7);
  }    
  
  .bearfriends {
 
  height:500px;
  width:500px;
  transform:scale(0.7);
  }    
  
  .bear5close {
 

  transform:scale(0.9);
  }    
  
  .bear5evil {
 

  transform:scale(0.9);
  } 
  
    .bearbird {
   color:red; 
    width: 300px;  /* Set the width of the container */
        height: 200px; /* Set the height of the container */
          overflow: hidden; /* Hide any excess part */
           position:absolute;
  top:50px;
      display: inline-block;
    transform: scale(1);
   vertical-align: middle;
    }