 :root {
                --header-image: url('https://i.imgur.com/oKNnlgp.png');
                --body-bg-image: url('https://sadhost.neocities.org/images/tiles/purplesky.gif');

                /* colors */
                <--content: #43256E;
              cursor: url("cursor2.png"), auto;
              }
 

 
 body {
                font-family: 'Times New Roman', Times, serif;
                margin: 0;
    font-weight: normal;
    font-style: normal;

                background-color: #000000;
                /* you can delete the line below if you'd prefer to not use an image */
                color: #000000;
          
         font-family: 'Times New Roman', Times, serif;
                margin: 0;
              text-shadow: 2px 2px 2px #00000023; 
    color: #000000;
    background-image: url(https://files.catbox.moe/x1xetu.png) ;

 background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
          margin:0;
  height:100vh; /* use 100% of the height of the viewport */
  display:grid;             
  place-items: center;
  
              }

.box {

  padding: 5px;
  margin: 5px;
  height: 500px;
  max-width: 900px;
place-items: center;
    
}
             

 .grid-container {

  grid-template:    'header'
    ''
  ;
 grid-gap: 10px;
  background-image: url('https://files.catbox.moe/mj8ho2.png');
  padding: 10px;
 background-repeat: repeat;
 background-size: 250px;
  border: 2px solid #000000;
  border-radius: 15px;
  place-items: center;
    
}
.grid-container > div {
  background-color: rgb(228, 228, 228);
 border: 2px solid #000000;
  text-align: center;
  padding: 10px;
  font-size: 30px;
 font-size: medium;
   overflow: auto;
                 overflow-x: hidden;
                   scrollbar-width: thin;
                   scrollbar-color: #ffffff rgb(0, 0, 0);
                     border-radius: 15px;
}
.item1 { grid-area: header; 
height: 500px;
width: 600px;}
            h1, 
            h2,
            h3 {
                color: #000000;
            }

            h1 {
                font-size: 25px;
            }

            strong {
                /* this styles bold text */
                color: #27262c;
                text-decoration: underline
            }

#annette {
    animation: dollmove2 2.5s ease-in-out infinite;
}
    @keyframes dollmove2 {
  0%   {margin-top: -215px;}
  50%  {margin-top: -220px;}
  100% {margin-top: -215px;}
    }



#shrike {
    animation: dollmove1 2.5s ease-in-out infinite;
}
    @keyframes dollmove1 {
  0%   {margin-top: -120px;}
  50%  {margin-top: -125px;}
  100% {margin-top: -120px;}
    }
mark {
  background-color: #000000;
  color: rgb(255, 255, 255);
}

a:link { color:  #303031; 
   text-decoration: none; }
a:visited { color: #5c5c5e; 
   text-decoration: none;
}  
a:hover { 
  color: #524d4d;
  font-style: italic;
    letter-spacing: 3px;
}  
a:active { color: #000000;
 text-decoration: none; } 
hr.solid {
  border-top: 0.5px solid #ffffff;
   border-bottom: none;
}
