
body{
  background-image: url("https://karonmykatthesenutz.neocities.org/Decor/Backgrounds/nightstars.gif");

}
.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

.comic-relief-bold {
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
}
#header{text-align: center;
  margin: auto;
  color: #a700d1;
  border: 5px solid #caffba;
  background-image: url("https://karonmykatthesenutz.neocities.org/Decor/Backgrounds/multi238.gif");
  }
#stampblinkie_scroller {
    width: 400px;        
    height: 350px; 
    border: 1px solid #ccc; 
    background-image: url("https://karonmykatthesenutz.neocities.org/Decor/Backgrounds/tumblr_inline_mqijnzIgJg1qz4rgp540.gif");
    padding: 10px;        
    overflow: auto; 
    text-align: center;
  margin: auto;
  img { width: 200px; 
  }
}
.layout {
 width: 100%;
 display: grid;
 grid:
   "characterpfp aboutme" 1fr
   "photocollection interests" 1fr
   / 1fr 1fr;
 gap: 8px;

}

.characterpfp { grid-area: characterpfp; }
.aboutme { grid-area: aboutme; }

.photocollection { grid-area: photocollection; }
.interests { grid-area: interests; }

#border{
  text-align: left;
  padding: 10px;
  margin: auto;}

#aboutme{
  width:600;
  height:750;
 border: 10px solid cyan; 
  background-image: url("https://karonmykatthesenutz.neocities.org/Decor/Backgrounds/multi242.jpg");
    padding: 10px;        
    overflow: auto; 
    margin: auto;
    text-align: left;}
    
    #characterpfp{
  width:600;
  height:775;
 border: 10px solid #ccc; 
  background-image: url("https://karonmykatthesenutz.neocities.org/Decor/Backgrounds/ZDYXP43VJVAWU2H65D6BQQSMHV7YE6ZW.gif");
    padding: 10px;        
    overflow: auto; 
    margin: auto;
    text-align: left;}
    
    #interests  
    { width:600;
  height:750;
 border: 10px solid purple; 
  background-image: url("https://karonmykatthesenutz.neocities.org/Decor/Backgrounds/tumblr_inline_mll3jz74Id1r53miq540.gif");
    padding: 10px;        
    overflow: auto; 
    margin: auto;
    text-align: left;}
    
    #photocollection  { width:600;
  height:750;
 border: 10px solid blue; 
  background-image: url("https://karonmykatthesenutz.neocities.org/Decor/Backgrounds/image%20(7).png");
    padding: 10px;        
    overflow: auto; 
    margin: auto;
    text-align: left;
    color: #ffb700;}