/* 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 {
  
  overflow: auto;
  
  
  color: black;
  font-family: Verdana;
  
  background-image: url("https://dl.glitter-graphics.com/pub/3280/3280187fn0bvl7irz.jpg");
  background-attachment: fixed;
  background-repeat: repeat;
  
}

.firstBG{
  width: 80%;
  margin: 1em auto;
 
  background-color: #F8EFBA;
  color: #2C3A47;
  margin-top: 5em
  }

.backgroundPic{
  overflow: auto;
  
  border-width:7px;
  border-style:solid;
  border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
  margin: auto;
  width: 800px;
  height: 665px;
  position: relative;
  padding: 5px;
  z-index: 4;
  }
  
.title{
  
  text-align: center;
  
  height: 100px;
              
  border-width: 7px; 
  border-style: solid;
  border-image: url("https://i.imgur.com/8xftJ3v.gif") 7 fill round;         
    
  }
  
.homeBody{
  border: 3px solid blue;
  align-items: center;
  }
  
.history{
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  border: 3px solid red;
  
  width: 200px;
  
  }
  
.profile{
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid red;
  
  width: 200px;
  
  }
  
.profPic{
  border-width:7px;
  border-style:solid;
  border-image: url("") 7 fill round;
  border-radius:15px;
  width: 115px;
  height: 115px;
  margin-top: 10px;
  
  

  }
  
.picture{
  width: 100%;
  height: 100%;
  background-image: url("https://dl.glitter-graphics.com/pub/2503/2503788nyehemtwic.gif");
  background-size: cover;
  }

      
.biscuit{
  border-width:7px;
  border-style:solid;
  border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
  margin: auto;
  width: 884px;
  height: 665px;
  position: relative;
  padding: 5px;
  z-index: 4;

  }
  
#biscuitFilling{
  /* name "blank's website" */
  font-family: kawaii stitch;
  font-size: 2em;
  -webkit-text-stroke: 1px white;
  color: teal;
  margin-top: 60px;
  margin-left: 10px;

  }
  
.firstBorder{
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  background-image: url("https://dl.glitter-graphics.com/pub/3141/3141329y04n44h077.gif");
  background-repeat: repeat;
  width: 880px;
  position: relative;
  height: 200px;
    

  }

.list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid red;
}





#container {
  width: 80%;
  margin: 1em auto;
  overflow: hidden;
  
 
  background-color: #F8EFBA;
  color: #2C3A47;
  box-sizing: border-box;
  padding: 1em 2em;
}


#text{
  
  justify-content: center;
  align-items: center;
  
  margin: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid red;
  }




section {
  background:#fff;
  margin-top:20px;
  padding:30px;
  border-radius:8px;
  box-shadow:0 2px 8px rgba(0,0,0,0.15);
}

section h2 {
  margin-bottom:20px;
  color:#2c5aa0;
  border-bottom:2px solid #ddd;
  padding-bottom:5px;
}

.features { 
  display:flex; 
  gap:20px; 
}

.card {
  flex:1;
  background:#f4f4f4;
  padding:20px;
  border:1px solid #ccc;
  border-radius:6px;
  box-shadow:inset 0 1px 0 #fff;
}

.card h3 { 
  margin-bottom:10px; 
  color:#444; 
}
