 :root {
            --text: black;
            --border: #8B0000;
            --bg: #fbeeee;
        }

     body {
            background-image:url('https://shelbyjacksonart.neocities.org/images/ilybw45.jpg');
            background-size: 400px;
            background-repeat: repeat;
            font-family: "Jersey 20", serif;
            color: var(--text);
            display: flex;
            flex-direction: column;
            align-items: center; 
            justify-content: center;
            min-height: 100vh;
            padding: 10px;
            margin: 0;
            width: 100%;
            max-width: 100vw; 
            overflow-x: hidden;
            font-size: 18px;}

    header {
    position: relative;
    height: 165%; 
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:2%}
    header img {
    max-width: 100%;
    height: auto;}
    
    .container{
    display: flex;
    max-width:100%;
    justify-content: center;
    margin-top: 25px; 
}
    .container2 {
    display: grid;
    grid-template-columns: 175px 205px;
    grid-auto-rows: auto;
    width:400px;
    justify-content: center;
    margin-top: 25px;
}
    .box1 {
   position:relative;
    background:#8b0000;
    border: 3px groove var(--border);
    text-align: center;
    width: 175px;
    height: 340px;
    display: block;
    font-size: 20px;
    grid-column: 1; 
    grid-row: 1 ; 
    z-index:10;
}
    .textstuff {
    text-align:left;

}
    .box1 h1 {
    color:white;
    text-shadow: 2px 2px 2px black;
    line-height: 1.0;
    letter-spacing:2px;
    margin: 10px;
    font-size:22px;
    text-align:left;
    white-space: normal; 
    word-break: break-word;
}
    .nav {
    position: absolute;
    width: 175px;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap:0px;
    z-index:10;
    text-shadow: 1px 1px 0 white;
}
    .nav a {
    text-decoration: none;
    background-color:#fbeeee;
    border:4px groove;
    border-color:#8b0000;
    color: black;
    font-size: 24px;
    transition: all 0.3s ease;
}
    .nav a:hover {
    background-color: #fbeeee;
    color: #cd1c18;
}
    .box2 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border);
    text-align: center;
    width: 200px;
    height: 340px;
    display: block;
    font-size: 19px;
    grid-column: 2; 
    grid-row: 1 ; 
}
    .box2 h1 {
    color:white;
    text-shadow: 2px 2px 2px black;
    border: 5px groove var(--border);
    background-color:#8b0000;
    line-height: 1.0;
    margin: 10px;
    font-size:27px;
    text-align:center;
    white-space: normal; 
    word-break: break-word;}
    

   .box2 img {
    max-width:110px;
    height:auto;
    margin-top:-90px;
    margin-left:40px;
}
    .box3 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border); 
    text-align: left;
    padding:5px;
    width: 365px;
    height: 340px;
    display: block;
    font-size: 19px;
    grid-column: span 2; 
    grid-row: 2 ;
    overflow-x: auto;
    overflow-y: hidden;
}
    .oilpaintings {
    display: flex;
    gap: 5px;
}
    .oilpaintings img {
    max-height: 250px;
    max-width: 500px;
    height: auto;       
    width: auto;        
    flex-shrink: 0;     
    object-fit: cover;
    display: block;
}
    .box3 h1  {
    text-shadow: 1px 1px 0 #8B0000;
    line-height: 1.0;
    margin-left: 10px;
    margin-top:0px;
    margin-bottom: 5px;
    font-size:25px;
    text-align:left;
    white-space: normal; 
    word-break: break-word;}
    
    .box4 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border); 
    text-align: left;
    padding:5px;
    width: 365px;
    height: 325px;
    display: block;
    font-size: 19px;
    grid-column: span 2; 
    grid-row: 3 ;
    overflow-x: auto;
    overflow-y: hidden;
}
    
    .gouache {
    display: flex;
    gap: 5px;
}

    .gouache img {
    max-height: 250px;
    max-width: 500px;
    height: auto;       
    width: auto;        
    flex-shrink: 0;     
    object-fit: cover;
    display: block;
}
    .box4 h1 {
    text-shadow: 1px 1px 0 #8B0000;
    line-height: 1.0;
    margin: 0;
    font-size:25px;
    white-space: normal; 
    word-break: break-word;
}
    .box4 p {
    margin: 4px 0;
    line-height: 1.2;
    font-size: 18px;
}
    .box5 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border); 
    text-align: left;
    padding:5px;
    width: 365px;
    height: 275px;
    display: block;
    font-size: 19px;
    grid-column: span 2; 
    grid-row: 4 ;
    overflow-x: auto;
    overflow-y: hidden;
  
}
    .acrylic {
    display: flex;
    gap: 5px;
}
.box5 h1 {
    text-shadow: 1px 1px 0 #8B0000;
    line-height: 1.0;
    margin: 0;
    font-size:25px;
    white-space: normal; 
    word-break: break-word;
}
    .acrylic img {
    max-height: 250px;
    max-width: 500px;
    height: auto;       
    width: auto;        
    flex-shrink: 0;     
    object-fit: cover;
    display: block;
}
    .box6 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border); 
    text-align: left;
    padding:5px;
    width: 365px;
    height: 300px;
    display: block;
    font-size: 19px;
    grid-column: span 2; 
    grid-row: 5 ;
    overflow-x: auto;
    overflow-y: hidden;
  
}
    .digital {
    display: flex;
    gap: 5px;
}

    .digital img {
    max-height: 250px;
    max-width: 500px;
    height: auto;       
    width: auto;        
    flex-shrink: 0;     
    object-fit: cover;
    display: block;
}
.box6 h1 {
    text-shadow: 1px 1px 0 #8B0000;
    line-height: 1.0;
    margin: 0;
    font-size:25px;
    white-space: normal; 
    word-break: break-word;
}
    .box7 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border); 
    text-align: left;
    padding:5px;
    width: 365px;
    height: 325px;
    display: block;
    font-size: 19px;
    grid-column: span 2; 
    grid-row: 6 ;
    overflow-x: auto;
    overflow-y: hidden;
}
    .sketchbook {
    display: flex;
    gap: 5px;
}

    .sketchbook img {
   max-height: 250px;
    max-width: 500px;
    height: auto;       
    width: auto;        
    flex-shrink: 0;     
    object-fit: cover;
    display: block;
}
.box7 h1 {
    text-shadow: 1px 1px 0 #8B0000;
    line-height: 1.0;
    margin: 0;
    font-size:25px;
    white-space: normal; 
    word-break: break-word;
}
    .box8 {
    position:relative;
    background:#fbeeee;
    border: 3px groove var(--border); 
    text-align: left;
    padding:5px;
    width: 365px;
    height: 325px;
    display: block;
    font-size: 19px;
    grid-column: span 2; 
    grid-row: 7 ;
    overflow-x: auto;
    overflow-y: hidden;
}
    .misc {
    display: flex;
    gap: 5px;
}

    .misc img {
   max-height: 250px;
    max-width: 500px;
    height: auto;       
    width: auto;        
    flex-shrink: 0;     
    object-fit: cover;
    display: block;
}
.box8 h1 {
    text-shadow: 1px 1px 0 #8B0000;
    line-height: 1.0;
    margin: 0;
    font-size:25px;
    white-space: normal; 
    word-break: break-word;
}
.box9 {
  color: white;
  position: relative;
  background: black;
  border: 3px groove var(--border); 
  text-align: center;
  margin-top: 10px;
  width: 370px;
  height: 105px;
  display: block;
  font-size: 13px;
  grid-column: span 2; 
  grid-row: 8;
  overflow: hidden;
}

.box9 .blinkies,
.box9 .blinkies2 {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.box9 .blinkies2 {
  animation: scroll-right 25s linear infinite;
  margin-top: 10px;
}

.box9 img {
  height: 20px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
    